Skip to content

Commit 21e54a5

Browse files
committed
Upgrade Build to Log4j 2.17.0
See gh-28983
1 parent cb02944 commit 21e54a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
implementation("org.springframework:spring-web:5.2.2.RELEASE")
2727
implementation("io.spring.javaformat:spring-javaformat-gradle-plugin:${javaFormatVersion}")
2828
testImplementation("org.assertj:assertj-core:3.11.1")
29-
testImplementation("org.apache.logging.log4j:log4j-core:2.16.0")
29+
testImplementation("org.apache.logging.log4j:log4j-core:2.17.0")
3030
testImplementation("org.junit.jupiter:junit-jupiter:5.6.0")
3131
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
3232
}

0 commit comments

Comments
 (0)