Skip to content

Commit 31c19ff

Browse files
committed
Updated guava, dnsjava, slf4j, commons-lang, and test dependencies
1 parent 43ee962 commit 31c19ff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1616
<github.global.server>github</github.global.server>
1717
<netty.version>4.0.44.Final</netty.version>
18-
<slf4j.version>1.7.21</slf4j.version>
18+
<slf4j.version>1.7.24</slf4j.version>
1919
<java.version>1.7</java.version>
2020
</properties>
2121

@@ -186,7 +186,7 @@
186186
<dependency>
187187
<groupId>com.google.guava</groupId>
188188
<artifactId>guava</artifactId>
189-
<version>18.0</version>
189+
<version>20.0</version>
190190
</dependency>
191191

192192
<dependency>
@@ -200,7 +200,7 @@
200200
<dependency>
201201
<groupId>org.apache.commons</groupId>
202202
<artifactId>commons-lang3</artifactId>
203-
<version>3.4</version>
203+
<version>3.5</version>
204204
</dependency>
205205

206206
<dependency>
@@ -234,7 +234,7 @@
234234
<dependency>
235235
<groupId>org.mockito</groupId>
236236
<artifactId>mockito-core</artifactId>
237-
<version>2.3.0</version>
237+
<version>2.7.12</version>
238238
<scope>test</scope>
239239
</dependency>
240240

@@ -274,7 +274,7 @@
274274
<dependency>
275275
<groupId>org.apache.httpcomponents</groupId>
276276
<artifactId>httpclient</artifactId>
277-
<version>4.5.2</version>
277+
<version>4.5.3</version>
278278
<scope>test</scope>
279279
</dependency>
280280

@@ -305,7 +305,7 @@
305305
<dependency>
306306
<groupId>dnsjava</groupId>
307307
<artifactId>dnsjava</artifactId>
308-
<version>2.1.7</version>
308+
<version>2.1.8</version>
309309
<optional>true</optional>
310310
</dependency>
311311

0 commit comments

Comments
 (0)