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 a496c3f + 4b5c6c0 commit 7478c7eCopy full SHA for 7478c7e
core/build.gradle
@@ -73,7 +73,7 @@ dependencies {
73
api 'org.slf4j:slf4j-api:1.7.36'
74
compileOnly 'org.jetbrains:annotations:24.0.1'
75
testCompileOnly 'org.jetbrains:annotations:24.0.1'
76
- api 'org.apache.commons:commons-compress:1.23.0'
+ api 'org.apache.commons:commons-compress:1.24.0'
77
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
78
exclude(group: 'org.jetbrains', module: 'annotations')
79
}
0 commit comments