Skip to content

Commit 2f5996b

Browse files
committed
Update deps
1 parent 16379d6 commit 2f5996b

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,22 +57,22 @@
5757
<jdk.source>1.7</jdk.source>
5858
<jdk.target>1.7</jdk.target>
5959

60-
<jersey.version>2.26</jersey.version>
61-
<jackson-jaxrs.version>2.6.4</jackson-jaxrs.version>
62-
<httpclient.version>4.5</httpclient.version><!-- 4.5.1-4.5.2 broken -->
63-
<commons-compress.version>1.12</commons-compress.version>
64-
<commons-codec.version>1.10</commons-codec.version>
65-
<commons-io.version>2.5</commons-io.version>
60+
<jersey.version>2.27</jersey.version>
61+
<jackson-jaxrs.version>2.6.7</jackson-jaxrs.version>
62+
<httpclient.version>4.5.6</httpclient.version><!-- 4.5.1-4.5.2 broken -->
63+
<commons-compress.version>1.17</commons-compress.version>
64+
<commons-codec.version>1.11</commons-codec.version>
65+
<commons-io.version>2.6</commons-io.version>
6666
<commons-lang.version>2.6</commons-lang.version>
67-
<slf4j-api.version>1.7.21</slf4j-api.version>
67+
<slf4j-api.version>1.7.25</slf4j-api.version>
6868

69-
<bouncycastle.version>1.54</bouncycastle.version>
69+
<bouncycastle.version>1.60</bouncycastle.version>
7070
<junixsocket.version>2.0.4</junixsocket.version>
7171
<guava.version>19.0</guava.version>
7272

7373
<!-- test dependencies -->
7474
<logback.version>1.2.3</logback.version>
75-
<netty.version>4.1.25.Final</netty.version>
75+
<netty.version>4.1.27.Final</netty.version>
7676
<hamcrest.library.version>1.3</hamcrest.library.version>
7777
<hamcrest.jpa-matchers>1.8</hamcrest.jpa-matchers>
7878
<lambdaj.version>2.3.3</lambdaj.version>
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>org.apache.httpcomponents</groupId>
105105
<artifactId>httpcore</artifactId>
106-
<version>4.4.5</version>
106+
<version>4.4.10</version>
107107
</dependency>
108108
<dependency>
109109
<groupId>org.apache.httpcomponents</groupId>
@@ -230,7 +230,7 @@
230230
<dependency>
231231
<groupId>com.google.code.findbugs</groupId>
232232
<artifactId>annotations</artifactId>
233-
<version>3.0.1</version>
233+
<version>3.0.1u2</version>
234234
<scope>provided</scope>
235235
</dependency>
236236

0 commit comments

Comments
 (0)