Browse Source

Upgrade to Commons Compress 1.23.0

Closes gh-36743
pull/36767/head
Andy Wilkinson 3 years ago
parent
commit
e63a30906c
  1. 2
      spring-boot-project/spring-boot-parent/build.gradle

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

@ -34,7 +34,7 @@ bom { @@ -34,7 +34,7 @@ bom {
]
}
}
library("Commons Compress", "1.21") {
library("Commons Compress", "1.23.0") {
group("org.apache.commons") {
modules = [
"commons-compress"

Loading…
Cancel
Save