Skip to content

Commit 60aa60b

Browse files
1 parent 96b2065 commit 60aa60b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ dependencies {
171171

172172
compile 'junit:junit:4.12'
173173
compile 'org.slf4j:slf4j-api:1.7.30'
174-
compileOnly 'org.jetbrains:annotations:20.1.0'
175-
testCompileClasspath 'org.jetbrains:annotations:20.0.0'
174+
compileOnly 'org.jetbrains:annotations:21.0.1'
175+
testCompileClasspath 'org.jetbrains:annotations:21.0.1'
176176
compile 'org.apache.commons:commons-compress:1.20'
177177
compile ('org.rnorth.duct-tape:duct-tape:1.0.8') {
178178
exclude(group: 'org.jetbrains', module: 'annotations')

0 commit comments

Comments
 (0)