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 ace57c1 + 05b6f7e commit c7006c1Copy full SHA for c7006c1
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.24.0'
+ api 'org.apache.commons:commons-compress:1.25.0'
77
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
78
exclude(group: 'org.jetbrains', module: 'annotations')
79
}
0 commit comments