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.
2 parents c3ca118 + e2eacdf commit 9aa76d3Copy full SHA for 9aa76d3
core/build.gradle
@@ -64,7 +64,7 @@ dependencies {
64
api 'org.slf4j:slf4j-api:1.7.36'
65
compileOnly 'org.jetbrains:annotations:23.0.0'
66
testCompileOnly 'org.jetbrains:annotations:23.0.0'
67
- api 'org.apache.commons:commons-compress:1.21'
+ api 'org.apache.commons:commons-compress:1.22'
68
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
69
exclude(group: 'org.jetbrains', module: 'annotations')
70
}
0 commit comments