From b6cae219d824f4990d77cac61477316ec678a09b Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Fri, 1 Sep 2017 14:08:19 +0200 Subject: [PATCH] Upgrade to Log4J 2.9 (and Undertow 1.4.20) --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3d9712e56b..c448d3abc7 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ configure(allprojects) { project -> ext.junitPlatformVersion = '1.0.0-RC3' ext.junitVintageVersion = "4.12.0-RC3" ext.kotlinVersion = '1.1.4-3' - ext.log4jVersion = '2.8.2' + ext.log4jVersion = '2.9.0' ext.nettyVersion = "4.1.15.Final" ext.okhttp3Version = "3.8.1" ext.reactorVersion = "Bismuth-BUILD-SNAPSHOT" @@ -66,7 +66,7 @@ configure(allprojects) { project -> ext.slf4jVersion = "1.7.25" ext.tiles3Version = "3.0.7" ext.tomcatVersion = "8.5.20" - ext.undertowVersion = "1.4.19.Final" + ext.undertowVersion = "1.4.20.Final" ext.gradleScriptDir = "${rootProject.projectDir}/gradle"