Skip to content

Commit

Permalink
Update commons-compress library version (#199)
Browse files Browse the repository at this point in the history
Co-authored-by: Farooq Qaiser <[email protected]>
  • Loading branch information
fqtab and Farooq Qaiser authored Feb 28, 2024
1 parent 4c4b8f8 commit b6bb8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka-connect-runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ configurations {
all {
resolutionStrategy.force "org.codehaus.jettison:jettison:1.5.4"
resolutionStrategy.force "org.xerial.snappy:snappy-java:1.1.10.5"
resolutionStrategy.force "org.apache.commons:commons-compress:1.24.0"
resolutionStrategy.force "org.apache.commons:commons-compress:1.26.0"
resolutionStrategy.force "org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.1.1-tabular"
resolutionStrategy.eachDependency { details ->
if (details.requested.group == "io.netty") {
Expand Down

0 comments on commit b6bb8b9

Please sign in to comment.