Browse Source

Upgrade to Log4j2 2.17.1

Closes gh-29184
pull/30003/head
Stephane Nicoll 4 years ago
parent
commit
b345dddec0
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1069,7 +1069,7 @@ bom { @@ -1069,7 +1069,7 @@ bom {
]
}
}
library("Log4j2", "2.17.0") {
library("Log4j2", "2.17.1") {
group("org.apache.logging.log4j") {
imports = [
"log4j-bom"

Loading…
Cancel
Save