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 d1a2986 + fac3d65 commit b23dd2bCopy full SHA for b23dd2b
core/build.gradle
@@ -69,8 +69,8 @@ configurations.all {
69
dependencies {
70
api 'junit:junit:4.13.2'
71
api 'org.slf4j:slf4j-api:1.7.36'
72
- compileOnly 'org.jetbrains:annotations:24.0.0'
73
- testCompileOnly 'org.jetbrains:annotations:24.0.0'
+ compileOnly 'org.jetbrains:annotations:24.0.1'
+ testCompileOnly 'org.jetbrains:annotations:24.0.1'
74
api 'org.apache.commons:commons-compress:1.22'
75
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
76
exclude(group: 'org.jetbrains', module: 'annotations')
0 commit comments