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.
1 parent 96b2065 commit 60aa60bCopy full SHA for 60aa60b
core/build.gradle
@@ -171,8 +171,8 @@ dependencies {
171
172
compile 'junit:junit:4.12'
173
compile 'org.slf4j:slf4j-api:1.7.30'
174
- compileOnly 'org.jetbrains:annotations:20.1.0'
175
- testCompileClasspath 'org.jetbrains:annotations:20.0.0'
+ compileOnly 'org.jetbrains:annotations:21.0.1'
+ testCompileClasspath 'org.jetbrains:annotations:21.0.1'
176
compile 'org.apache.commons:commons-compress:1.20'
177
compile ('org.rnorth.duct-tape:duct-tape:1.0.8') {
178
exclude(group: 'org.jetbrains', module: 'annotations')
0 commit comments