Upgrade to Log4j2 2.16.0

Closes gh-28985
This commit is contained in:
Stephane Nicoll 2021-12-15 09:31:04 +01:00
parent 00c8b85364
commit 894eb83e66
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1069,7 +1069,7 @@ bom {
] ]
} }
} }
library("Log4j2", "2.15.0") { library("Log4j2", "2.16.0") {
group("org.apache.logging.log4j") { group("org.apache.logging.log4j") {
modules = [ modules = [
"log4j-to-slf4j" "log4j-to-slf4j"