[deps] upgrade commons-compress to 1.21

This commit is contained in:
Andres Almiray
2021-07-27 00:58:27 +02:00
parent acd62911ad
commit ba20dc5eb5
2 changed files with 2 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ asmVersion = 8.0.1
awaitilityVersion = 4.1.0
bouncyCastleVersion = 1.68
commonsCodecVersion = 1.15
commonsCompressVersion = 1.20
commonsCompressVersion = 1.21
commonsIoVersion = 2.8.0
feignVersion = 11.5
feignFormVersion = 3.8.0

View File

@@ -66,6 +66,7 @@ enforce {
"com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion",
"com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:$jacksonVersion",
"commons-codec:commons-codec:$commonsCodecVersion",
"org.apache.commons:commons-compress:$commonsCompressVersion",
"org.hamcrest:hamcrest-core:$hamcrestVersion",
"org.slf4j:slf4j-api:$slf4jVersion",
"org.apache.commons:commons-lang3:3.8.1",