File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ updates:
20
20
update-types : [ "version-update:semver-major" ]
21
21
- dependency-name : " com.fasterxml.jackson.datatype:jackson-datatype-jsr310"
22
22
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" ]
23
25
- package-ecosystem : " gradle"
24
26
directory : " /"
25
27
allow :
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ dependencies {
73
73
api ' org.slf4j:slf4j-api:1.7.36'
74
74
compileOnly ' org.jetbrains:annotations:24.1.0'
75
75
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'
77
77
api (' org.rnorth.duct-tape:duct-tape:1.0.8' ) {
78
78
exclude(group : ' org.jetbrains' , module : ' annotations' )
79
79
}
You can’t perform that action at this time.
0 commit comments