Skip to content

Commit

Permalink
Downgrade commons-compress version to 1.24.0 (#8284)
Browse files Browse the repository at this point in the history
Fixes #8169
  • Loading branch information
eddumelendez committed Feb 7, 2024
1 parent 853f657 commit c210afb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ updates:
update-types: [ "version-update:semver-major" ]
- dependency-name: "com.fasterxml.jackson.datatype:jackson-datatype-jsr310"
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]
- dependency-name: "org.apache.commons:commons-compress"
update-types: [ "version-update:semver-minor" ]
- package-ecosystem: "gradle"
directory: "/"
allow:
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies {
api 'org.slf4j:slf4j-api:1.7.36'
compileOnly 'org.jetbrains:annotations:24.1.0'
testCompileOnly 'org.jetbrains:annotations:24.1.0'
api 'org.apache.commons:commons-compress:1.25.0'
api 'org.apache.commons:commons-compress:1.24.0'
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
exclude(group: 'org.jetbrains', module: 'annotations')
}
Expand Down

0 comments on commit c210afb

Please sign in to comment.