Skip to content

Commit e6b79bc

Browse files
Bump org.apache.commons:commons-compress from 1.24.0 to 1.28.0 in /core
Bumps [org.apache.commons:commons-compress](https://github.com/apache/commons-compress) from 1.24.0 to 1.28.0. - [Changelog](https://github.com/apache/commons-compress/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-compress@rel/commons-compress-1.24.0...rel/commons-compress-1.28.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3a4794e commit e6b79bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependencies {
7272
api 'org.slf4j:slf4j-api:1.7.36'
7373
compileOnly 'org.jetbrains:annotations:26.0.2'
7474
testCompileOnly 'org.jetbrains:annotations:26.0.2'
75-
api 'org.apache.commons:commons-compress:1.24.0'
75+
api 'org.apache.commons:commons-compress:1.28.0'
7676
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
7777
exclude(group: 'org.jetbrains', module: 'annotations')
7878
}

0 commit comments

Comments
 (0)