From 6a9f91081e341539a71eedfc2f46662ecc277fc4 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Mon, 5 Nov 2018 12:27:20 +0100 Subject: [PATCH] Upgrade to Netty 4.1.31 and Undertow 2.0.15 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 5795bbcb7d..86f769373d 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ ext { junit5Version = "5.3.1" kotlinVersion = "1.2.71" log4jVersion = "2.11.1" - nettyVersion = "4.1.30.Final" + nettyVersion = "4.1.31.Final" reactorVersion = "Californium-SR2" rxjavaVersion = "1.3.8" rxjavaAdapterVersion = "1.2.1" @@ -45,7 +45,7 @@ ext { slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps tiles3Version = "3.0.8" tomcatVersion = "9.0.12" - undertowVersion = "2.0.14.Final" + undertowVersion = "2.0.15.Final" gradleScriptDir = "${rootProject.projectDir}/gradle" withoutJclOverSlf4J = {