Latest applicable dependency updates (Netty 4.1.11, Tomcat 8.5.15, Undertow 1.3.30)

This commit is contained in:
Juergen Hoeller
2017-06-07 17:56:58 +02:00
parent fa09cd3737
commit 7cac1f1e6e

View File

@@ -62,7 +62,7 @@ configure(allprojects) { project ->
ext.jtaVersion = "1.2"
ext.junitVersion = "4.12"
ext.log4jVersion = "1.2.17"
ext.nettyVersion = "4.1.10.Final"
ext.nettyVersion = "4.1.11.Final"
ext.okhttpVersion = "2.7.5"
ext.okhttp3Version = "3.7.0"
ext.openjpaVersion = "2.4.1"
@@ -75,9 +75,9 @@ configure(allprojects) { project ->
ext.testngVersion = "6.9.10"
ext.tiles2Version = "2.2.2"
ext.tiles3Version = "3.0.7"
ext.tomcatVersion = "8.5.14"
ext.tomcatVersion = "8.5.15"
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
ext.undertowVersion = "1.3.28.Final"
ext.undertowVersion = "1.3.30.Final"
ext.xmlunitVersion = "1.6"
ext.xstreamVersion = "1.4.9"