Browse Source

Upgrade to Commons Logging 1.3.6

Closes gh-49545
pull/49582/head
Stéphane Nicoll 1 week ago
parent
commit
c8adaa8527
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -244,7 +244,7 @@ bom { @@ -244,7 +244,7 @@ bom {
releaseNotes("https://commons.apache.org/proper/commons-lang/changes.html#a{version}")
}
}
library("Commons Logging", "1.3.5") {
library("Commons Logging", "1.3.6") {
group("commons-logging") {
modules = [
"commons-logging"

Loading…
Cancel
Save