Browse Source

Upgrade to Log4j2 2.25.3

Closes gh-48551
pull/48552/head
Andy Wilkinson 1 day ago
parent
commit
404ab717e2
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -1275,7 +1275,7 @@ bom { @@ -1275,7 +1275,7 @@ bom {
releaseNotes("https://github.com/liquibase/liquibase/releases/tag/v{version}")
}
}
library("Log4j2", "2.25.2") {
library("Log4j2", "2.25.3") {
prohibit {
contains "-alpha"
contains "-beta"

Loading…
Cancel
Save