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 d93dae1 + da8d136 commit 227a240Copy full SHA for 227a240
core/build.gradle
@@ -59,8 +59,8 @@ dependencies {
59
60
api 'junit:junit:4.13.2'
61
api 'org.slf4j:slf4j-api:1.7.32'
62
- compileOnly 'org.jetbrains:annotations:22.0.0'
63
- testCompileClasspath 'org.jetbrains:annotations:21.0.1'
+ compileOnly 'org.jetbrains:annotations:23.0.0'
+ testCompileClasspath 'org.jetbrains:annotations:23.0.0'
64
api 'org.apache.commons:commons-compress:1.21'
65
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
66
exclude(group: 'org.jetbrains', module: 'annotations')
0 commit comments