Browse Source

Upgrade to Log4j2 2.14.1

Closes gh-25672
pull/25690/head
Andy Wilkinson 5 years ago
parent
commit
731f867d54
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1019,7 +1019,7 @@ bom { @@ -1019,7 +1019,7 @@ bom {
]
}
}
library("Log4j2", "2.14.0") {
library("Log4j2", "2.14.1") {
group("org.apache.logging.log4j") {
modules = [
"log4j-to-slf4j"

Loading…
Cancel
Save