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 5e3f4ba + b77e22f commit a9b515dCopy full SHA for a9b515d
core/build.gradle
@@ -101,8 +101,8 @@ dependencies {
101
102
api 'junit:junit:4.12'
103
api 'org.slf4j:slf4j-api:1.7.30'
104
- compileOnly 'org.jetbrains:annotations:20.1.0'
105
- testCompileClasspath 'org.jetbrains:annotations:20.0.0'
+ compileOnly 'org.jetbrains:annotations:21.0.1'
+ testCompileClasspath 'org.jetbrains:annotations:21.0.1'
106
api 'org.apache.commons:commons-compress:1.20'
107
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
108
exclude(group: 'org.jetbrains', module: 'annotations')
0 commit comments