Browse Source

Upgrade to Log4j2 2.16.0

Closes gh-28986
pull/29084/head
Stephane Nicoll 4 years ago
parent
commit
1c72330bd9
  1. 2
      buildSrc/build.gradle
  2. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
buildSrc/build.gradle

@ -26,7 +26,7 @@ dependencies {
implementation("org.springframework:spring-web:5.3.10") implementation("org.springframework:spring-web:5.3.10")
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")
} }

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -757,7 +757,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"

Loading…
Cancel
Save