File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
16
16
<github .global.server>github</github .global.server>
17
17
<netty .version>4.0.44.Final</netty .version>
18
- <slf4j .version>1.7.21 </slf4j .version>
18
+ <slf4j .version>1.7.24 </slf4j .version>
19
19
<java .version>1.7</java .version>
20
20
</properties >
21
21
186
186
<dependency >
187
187
<groupId >com.google.guava</groupId >
188
188
<artifactId >guava</artifactId >
189
- <version >18 .0</version >
189
+ <version >20 .0</version >
190
190
</dependency >
191
191
192
192
<dependency >
200
200
<dependency >
201
201
<groupId >org.apache.commons</groupId >
202
202
<artifactId >commons-lang3</artifactId >
203
- <version >3.4 </version >
203
+ <version >3.5 </version >
204
204
</dependency >
205
205
206
206
<dependency >
234
234
<dependency >
235
235
<groupId >org.mockito</groupId >
236
236
<artifactId >mockito-core</artifactId >
237
- <version >2.3.0 </version >
237
+ <version >2.7.12 </version >
238
238
<scope >test</scope >
239
239
</dependency >
240
240
274
274
<dependency >
275
275
<groupId >org.apache.httpcomponents</groupId >
276
276
<artifactId >httpclient</artifactId >
277
- <version >4.5.2 </version >
277
+ <version >4.5.3 </version >
278
278
<scope >test</scope >
279
279
</dependency >
280
280
305
305
<dependency >
306
306
<groupId >dnsjava</groupId >
307
307
<artifactId >dnsjava</artifactId >
308
- <version >2.1.7 </version >
308
+ <version >2.1.8 </version >
309
309
<optional >true</optional >
310
310
</dependency >
311
311
You can’t perform that action at this time.
0 commit comments