Browse Source

Upgrade to Commons Codec 1.15

Closes gh-23344
pull/23403/head
Stephane Nicoll 6 years ago
parent
commit
72bdcf63b8
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -179,7 +179,7 @@ bom { @@ -179,7 +179,7 @@ bom {
]
}
}
library("Commons Codec", "1.14") {
library("Commons Codec", "1.15") {
group("commons-codec") {
modules = [
"commons-codec"

Loading…
Cancel
Save