Skip to content

Commit 2547754

Browse files
committed
Align Apache Log4j version (2.17.2) with Spring Boot 2.7.x and Apache Geode 1.14.x.
1 parent cef127d commit 2547754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependency-management.gradle

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

0 commit comments

Comments
 (0)