Skip to content

Commit

Permalink
Merge pull request #352 from jekh/dependency-updates
Browse files Browse the repository at this point in the history
Updated guava, dnsjava, slf4j, commons-lang, and test dependencies
  • Loading branch information
jekh authored Mar 5, 2017
2 parents 070e6c1 + 31c19ff commit 27de860
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<github.global.server>github</github.global.server>
<netty.version>4.0.44.Final</netty.version>
<slf4j.version>1.7.21</slf4j.version>
<slf4j.version>1.7.24</slf4j.version>
<java.version>1.7</java.version>
</properties>

Expand Down Expand Up @@ -186,7 +186,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
<version>20.0</version>
</dependency>

<dependency>
Expand All @@ -200,7 +200,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
<version>3.5</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -234,7 +234,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.3.0</version>
<version>2.7.12</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -274,7 +274,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.2</version>
<version>4.5.3</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -305,7 +305,7 @@
<dependency>
<groupId>dnsjava</groupId>
<artifactId>dnsjava</artifactId>
<version>2.1.7</version>
<version>2.1.8</version>
<optional>true</optional>
</dependency>

Expand Down

0 comments on commit 27de860

Please sign in to comment.