Browse Source

Upgrade to Commons Lang3 3.10

Closes gh-20765
pull/20793/head
Andy Wilkinson 6 years ago
parent
commit
e2e5dfad49
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save