File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ updates:
2020 update-types : [ "version-update:semver-major" ]
2121 - dependency-name : " com.fasterxml.jackson.datatype:jackson-datatype-jsr310"
2222 update-types : [ "version-update:semver-minor", "version-update:semver-patch" ]
23+ - dependency-name : " org.apache.commons:commons-compress"
24+ update-types : [ "version-update:semver-minor" ]
2325 - package-ecosystem : " gradle"
2426 directory : " /"
2527 allow :
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ dependencies {
7373 api ' org.slf4j:slf4j-api:1.7.36'
7474 compileOnly ' org.jetbrains:annotations:24.1.0'
7575 testCompileOnly ' org.jetbrains:annotations:24.1.0'
76- api ' org.apache.commons:commons-compress:1.25 .0'
76+ api ' org.apache.commons:commons-compress:1.24 .0'
7777 api (' org.rnorth.duct-tape:duct-tape:1.0.8' ) {
7878 exclude(group : ' org.jetbrains' , module : ' annotations' )
7979 }
You can’t perform that action at this time.
0 commit comments