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 5a98840 + 22a5658 commit 5e5e663Copy full SHA for 5e5e663
core/build.gradle
@@ -71,7 +71,7 @@ dependencies {
71
api 'org.slf4j:slf4j-api:1.7.36'
72
compileOnly 'org.jetbrains:annotations:24.0.1'
73
testCompileOnly 'org.jetbrains:annotations:24.0.1'
74
- api 'org.apache.commons:commons-compress:1.22'
+ api 'org.apache.commons:commons-compress:1.23.0'
75
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
76
exclude(group: 'org.jetbrains', module: 'annotations')
77
}
0 commit comments