Browse Source

Upgrade to Log4j2 2.19.0

Closes gh-32498
pull/32504/head
Andy Wilkinson 3 years ago
parent
commit
f9b12ca01a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -856,7 +856,7 @@ bom { @@ -856,7 +856,7 @@ bom {
]
}
}
library("Log4j2", "2.18.0") {
library("Log4j2", "2.19.0") {
group("org.apache.logging.log4j") {
imports = [
"log4j-bom"

Loading…
Cancel
Save