Browse Source

Upgrade to Commons Lang3 3.13.0

Closes gh-36884
pull/36455/head
Andy Wilkinson 3 years ago
parent
commit
2c3049f961
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -188,7 +188,7 @@ bom { @@ -188,7 +188,7 @@ bom {
]
}
}
library("Commons Lang3", "3.12.0") {
library("Commons Lang3", "3.13.0") {
group("org.apache.commons") {
modules = [
"commons-lang3"

Loading…
Cancel
Save