Skip to content

Commit c210afb

Browse files
authored
Downgrade commons-compress version to 1.24.0 (#8284)
Fixes #8169
1 parent 853f657 commit c210afb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/dependabot.yml

+2
Original file line numberDiff line numberDiff 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:

core/build.gradle

+1-1
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)