Skip to content

Commit a9b515d

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/core/org.jetbrains-annotations-21.0.1' into combined-pr-branch
2 parents 5e3f4ba + b77e22f commit a9b515d

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
@@ -101,8 +101,8 @@ dependencies {
101101

102102
api 'junit:junit:4.12'
103103
api 'org.slf4j:slf4j-api:1.7.30'
104-
compileOnly 'org.jetbrains:annotations:20.1.0'
105-
testCompileClasspath 'org.jetbrains:annotations:20.0.0'
104+
compileOnly 'org.jetbrains:annotations:21.0.1'
105+
testCompileClasspath 'org.jetbrains:annotations:21.0.1'
106106
api 'org.apache.commons:commons-compress:1.20'
107107
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
108108
exclude(group: 'org.jetbrains', module: 'annotations')

0 commit comments

Comments
 (0)