Skip to content

Commit cf8479c

Browse files
committed
Upgrade to Tomcat 8.5.35, Netty 4.1.31, Gson 2.8.5, Jackson 2.8.11.3
Also includes Apache HttpClient 4.5.6 and HttpAsyncClient 4.1.4.
1 parent 1c1b942 commit cf8479c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ configure(allprojects) { project ->
4141
ext.fileuploadVersion = "1.3.3"
4242
ext.freemarkerVersion = "2.3.23"
4343
ext.groovyVersion = "2.4.15"
44-
ext.gsonVersion = "2.8.2"
44+
ext.gsonVersion = "2.8.5"
4545
ext.guavaVersion = "20.0"
4646
ext.hamcrestVersion = "1.3"
4747
ext.hibernate3Version = "3.6.10.Final"
@@ -50,9 +50,9 @@ configure(allprojects) { project ->
5050
ext.hibval4Version = "4.3.2.Final"
5151
ext.hibval5Version = "5.2.5.Final"
5252
ext.hsqldbVersion = "2.3.4"
53-
ext.httpasyncVersion = "4.1.3"
54-
ext.httpclientVersion = "4.5.5"
55-
ext.jackson2Version = "2.8.11.2"
53+
ext.httpasyncVersion = "4.1.4"
54+
ext.httpclientVersion = "4.5.6"
55+
ext.jackson2Version = "2.8.11.3"
5656
ext.jasperreportsVersion = "6.2.1" // our tests fail with JR-internal NPEs against 6.2.2 and higher
5757
ext.javamailVersion = "1.5.6"
5858
ext.jettyVersion = "9.3.14.v20161028" // as of 9.3.15, Jetty has hard Servlet 3.1 requirement
@@ -62,7 +62,7 @@ configure(allprojects) { project ->
6262
ext.jtaVersion = "1.2"
6363
ext.junitVersion = "4.12"
6464
ext.log4jVersion = "1.2.17"
65-
ext.nettyVersion = "4.1.29.Final"
65+
ext.nettyVersion = "4.1.31.Final"
6666
ext.okhttpVersion = "2.7.5"
6767
ext.okhttp3Version = "3.8.1"
6868
ext.openjpaVersion = "2.4.2"
@@ -75,7 +75,7 @@ configure(allprojects) { project ->
7575
ext.testngVersion = "6.9.10"
7676
ext.tiles2Version = "2.2.2"
7777
ext.tiles3Version = "3.0.8"
78-
ext.tomcatVersion = "8.5.34"
78+
ext.tomcatVersion = "8.5.35"
7979
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
8080
ext.undertowVersion = "1.3.33.Final"
8181
ext.xmlunitVersion = "1.6"

0 commit comments

Comments
 (0)