Upgrade to Netty 4.1.3 and Tomcat 8.5.4

This commit is contained in:
Juergen Hoeller 2016-07-15 22:47:22 +02:00
parent afe106e254
commit 5d3c0f33f6
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ configure(allprojects) { project ->
ext.jtaVersion = "1.2"
ext.junitVersion = "4.12"
ext.log4jVersion = "1.2.17"
ext.nettyVersion = "4.1.1.Final"
ext.nettyVersion = "4.1.3.Final"
ext.okhttpVersion = "2.7.5"
ext.okhttp3Version = "3.3.1"
ext.openjpaVersion = "2.4.1"
@ -74,7 +74,7 @@ configure(allprojects) { project ->
ext.testngVersion = "6.9.10"
ext.tiles2Version = "2.2.2"
ext.tiles3Version = "3.0.5"
ext.tomcatVersion = "8.5.3"
ext.tomcatVersion = "8.5.4"
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
ext.undertowVersion = "1.4.0.CR2"
ext.xmlunitVersion = "1.6"