Skip to content

Commit ee5143b

Browse files
committed
Upgrade to Jackson 2.8.2 and Netty 4.1.5
1 parent acbb254 commit ee5143b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ configure(allprojects) { project ->
5252
ext.hsqldbVersion = "2.3.4"
5353
ext.httpasyncVersion = "4.1.2"
5454
ext.httpclientVersion = "4.5.2"
55-
ext.jackson2Version = "2.8.1"
55+
ext.jackson2Version = "2.8.2"
5656
ext.jasperreportsVersion = "6.2.1" // our tests fail with JR-internal NPEs against 6.2.2 and higher
5757
ext.javamailVersion = "1.5.5"
5858
ext.jettyVersion = "9.3.11.v20160721"
@@ -61,7 +61,7 @@ configure(allprojects) { project ->
6161
ext.jtaVersion = "1.2"
6262
ext.junitVersion = "4.12"
6363
ext.log4jVersion = "1.2.17"
64-
ext.nettyVersion = "4.1.4.Final"
64+
ext.nettyVersion = "4.1.5.Final"
6565
ext.okhttpVersion = "2.7.5"
6666
ext.okhttp3Version = "3.4.1"
6767
ext.openjpaVersion = "2.4.1"

0 commit comments

Comments
 (0)