Browse Source

Upgrade to Commons Compress 1.20

Closes gh-22071
pull/22093/head
Andy Wilkinson 6 years ago
parent
commit
ae4ebbe685
  1. 2
      spring-boot-project/spring-boot-parent/build.gradle

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

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

Loading…
Cancel
Save