Upgrade Build to Log4j 2.17.0

See gh-28983
This commit is contained in:
Stephane Nicoll 2021-12-18 17:53:30 +01:00
parent cb02944c71
commit 21e54a595e

View File

@ -26,7 +26,7 @@ dependencies {
implementation("org.springframework:spring-web:5.2.2.RELEASE")
implementation("io.spring.javaformat:spring-javaformat-gradle-plugin:${javaFormatVersion}")
testImplementation("org.assertj:assertj-core:3.11.1")
testImplementation("org.apache.logging.log4j:log4j-core:2.16.0")
testImplementation("org.apache.logging.log4j:log4j-core:2.17.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.6.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}