Browse Source

Upgrade to Commons Codec 1.16.0

Closes gh-36350
pull/36422/head
Stephane Nicoll 3 years ago
parent
commit
ee1044f4a5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save