From 586912792a21dd88546b8a2db235d10490e0f0c8 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 14 Nov 2017 12:31:19 +0100 Subject: [PATCH] Upgrade to Netty 4.1.17 and Undertow 1.3.33 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b3f3bb32be6..99a08929211 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ configure(allprojects) { project -> ext.jtaVersion = "1.2" ext.junitVersion = "4.12" ext.log4jVersion = "1.2.17" - ext.nettyVersion = "4.1.16.Final" + ext.nettyVersion = "4.1.17.Final" ext.okhttpVersion = "2.7.5" ext.okhttp3Version = "3.8.1" ext.openjpaVersion = "2.4.2" @@ -77,7 +77,7 @@ configure(allprojects) { project -> ext.tiles3Version = "3.0.7" ext.tomcatVersion = "8.5.23" ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support - ext.undertowVersion = "1.3.31.Final" + ext.undertowVersion = "1.3.33.Final" ext.xmlunitVersion = "1.6" ext.xstreamVersion = "1.4.9"