Skip to content

Commit

Permalink
Upgrade to Log4j2 2.16.0
Browse files Browse the repository at this point in the history
Closes gh-28984
  • Loading branch information
snicoll committed Dec 15, 2021
1 parent 3124d9e commit 15ade0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Expand Up @@ -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.15.0")
testImplementation("org.apache.logging.log4j:log4j-core:2.16.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.6.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-project/spring-boot-dependencies/build.gradle
Expand Up @@ -1069,7 +1069,7 @@ bom {
]
}
}
library("Log4j2", "2.15.0") {
library("Log4j2", "2.16.0") {
group("org.apache.logging.log4j") {
modules = [
"log4j-to-slf4j"
Expand Down

0 comments on commit 15ade0b

Please sign in to comment.