|
93 | 93 | <dependency> |
94 | 94 | <groupId>org.projectlombok</groupId> |
95 | 95 | <artifactId>lombok</artifactId> |
96 | | - <version>1.16.6</version> |
| 96 | + <version>1.18.28</version> |
97 | 97 | </dependency> |
98 | 98 | <dependency> |
99 | 99 | <groupId>com.jcabi</groupId> |
100 | 100 | <artifactId>jcabi-aspects</artifactId> |
101 | | - <version>0.22.3</version> |
| 101 | + <version>0.25.1</version> |
102 | 102 | </dependency> |
103 | 103 | <dependency> |
104 | 104 | <groupId>com.jcabi</groupId> |
105 | 105 | <artifactId>jcabi-log</artifactId> |
106 | | - <version>0.17.1</version> |
| 106 | + <version>0.23.0</version> |
107 | 107 | </dependency> |
108 | 108 | <dependency> |
109 | 109 | <groupId>javax.ws.rs</groupId> |
|
114 | 114 | <dependency> |
115 | 115 | <groupId>com.jcabi</groupId> |
116 | 116 | <artifactId>jcabi-http</artifactId> |
117 | | - <version>1.14.2</version> |
| 117 | + <version>1.20.1</version> |
118 | 118 | </dependency> |
119 | 119 | <dependency> |
120 | 120 | <groupId>com.jcabi</groupId> |
121 | 121 | <artifactId>jcabi-xml</artifactId> |
122 | | - <version>0.17.2</version> |
| 122 | + <version>0.28.0</version> |
123 | 123 | </dependency> |
124 | 124 | <dependency> |
125 | 125 | <groupId>com.jcabi</groupId> |
|
129 | 129 | <dependency> |
130 | 130 | <groupId>org.apache.commons</groupId> |
131 | 131 | <artifactId>commons-lang3</artifactId> |
132 | | - <version>3.4</version> |
| 132 | + <version>3.12.0</version> |
133 | 133 | </dependency> |
134 | 134 | <dependency> |
135 | 135 | <groupId>com.jcabi</groupId> |
136 | 136 | <artifactId>jcabi-matchers</artifactId> |
137 | | - <version>1.3</version> |
| 137 | + <version>1.6.0</version> |
138 | 138 | <scope>runtime</scope> |
139 | 139 | </dependency> |
140 | 140 | <dependency> |
141 | 141 | <groupId>org.glassfish</groupId> |
142 | 142 | <artifactId>javax.json</artifactId> |
143 | | - <version>1.0.4</version> |
| 143 | + <version>1.1.4</version> |
144 | 144 | <scope>runtime</scope> |
145 | 145 | </dependency> |
146 | 146 | <dependency> |
147 | 147 | <groupId>com.sun.jersey</groupId> |
148 | 148 | <artifactId>jersey-client</artifactId> |
149 | | - <version>1.19</version> |
| 149 | + <version>1.19.4</version> |
150 | 150 | <scope>runtime</scope> |
151 | 151 | </dependency> |
152 | 152 | <dependency> |
153 | 153 | <groupId>org.hamcrest</groupId> |
154 | | - <artifactId>hamcrest-core</artifactId> |
155 | | - <version>1.3</version> |
| 154 | + <artifactId>hamcrest</artifactId> |
| 155 | + <version>2.2</version> |
156 | 156 | <scope>compile</scope> |
157 | 157 | </dependency> |
158 | 158 | <dependency> |
159 | 159 | <groupId>javax.servlet</groupId> |
160 | 160 | <artifactId>javax.servlet-api</artifactId> |
161 | | - <version>4.0.0-b01</version> |
| 161 | + <version>4.0.1</version> |
162 | 162 | </dependency> |
163 | 163 | <dependency> |
164 | 164 | <groupId>com.sun.grizzly</groupId> |
165 | 165 | <artifactId>grizzly-servlet-webserver</artifactId> |
166 | | - <version>1.9.64</version> |
| 166 | + <version>1.9.65</version> |
167 | 167 | <scope>test</scope> |
168 | 168 | </dependency> |
169 | 169 | <dependency> |
170 | 170 | <groupId>javax.validation</groupId> |
171 | 171 | <artifactId>validation-api</artifactId> |
172 | | - <version>1.1.0.Final</version> |
| 172 | + <version>2.0.1.Final</version> |
173 | 173 | <scope>test</scope> |
174 | 174 | </dependency> |
175 | 175 | </dependencies> |
|
0 commit comments