Browse Source

Upgrade to Log4j2 2.21.0

Closes gh-37907
pull/37915/head
Andy Wilkinson 2 years ago
parent
commit
613cc4f5b9
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -838,7 +838,7 @@ bom {
] ]
} }
} }
library("Log4j2", "2.20.0") { library("Log4j2", "2.21.0") {
group("org.apache.logging.log4j") { group("org.apache.logging.log4j") {
imports = [ imports = [
"log4j-bom" "log4j-bom"

Loading…
Cancel
Save