Align Apache Log4j version (2.17.2) with Spring Boot 2.7.x and Apache Geode 1.14.x.

This commit is contained in:
John Blum
2023-11-20 12:01:05 -08:00
parent cef127de23
commit 2547754390

View File

@@ -4,7 +4,7 @@ ext['jakartaServletJspJstlApiVersion'] = '1.2.7'
ext['apacheTaglibsVersion'] = '1.2.5'
ext['assertjVersion'] = '3.24.2'
ext['findbugsVersion'] = '3.0.2'
ext['log4jVersion'] = '2.19.0'
ext['log4jVersion'] = '2.17.2'
// Logback version is currently constrained by tbe Gretty Gradle Plugin.
// See: https://github.com/gretty-gradle-plugin/gretty/blob/v4.0.0/gradle.properties#L16
ext['logbackVersion'] = '1.2.3'