We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd0b6d commit 2482117Copy full SHA for 2482117
core/build.gradle
@@ -72,7 +72,7 @@ dependencies {
72
api 'org.slf4j:slf4j-api:1.7.36'
73
compileOnly 'org.jetbrains:annotations:26.0.2'
74
testCompileOnly 'org.jetbrains:annotations:26.0.2'
75
- api 'org.apache.commons:commons-compress:1.24.0'
+ api 'org.apache.commons:commons-compress:1.28.0'
76
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
77
exclude(group: 'org.jetbrains', module: 'annotations')
78
}
0 commit comments