From 8abe714687931581e92a9ff41189296cbfa6dbb6 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 25 Sep 2019 21:45:21 +0200 Subject: [PATCH] Upgrade to Tomcat 8.5.45, Netty 4.1.39, Animal Sniffer 1.18 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 1d7e34f98a..fea744e103 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.38.Final" + ext.nettyVersion = "4.1.39.Final" ext.okhttpVersion = "2.7.5" ext.okhttp3Version = "3.8.1" ext.openjpaVersion = "2.4.2" @@ -71,11 +71,11 @@ configure(allprojects) { project -> ext.romeVersion = "1.7.4" ext.slf4jVersion = "1.7.25" ext.snakeyamlVersion = "1.17" - ext.snifferVersion = "1.17" + ext.snifferVersion = "1.18" ext.testngVersion = "6.9.10" ext.tiles2Version = "2.2.2" ext.tiles3Version = "3.0.8" - ext.tomcatVersion = "8.5.43" + ext.tomcatVersion = "8.5.45" ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support ext.undertowVersion = "1.3.33.Final" ext.xmlunitVersion = "1.6"