Skip to content

Commit 2d6c1be

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/core/org.jetbrains-annotations-26.1.0' into combined-pr-branch
2 parents e76c291 + 72384f2 commit 2d6c1be

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
@@ -63,8 +63,8 @@ configurations.all {
6363

6464
dependencies {
6565
api 'org.slf4j:slf4j-api:1.7.36'
66-
compileOnly 'org.jetbrains:annotations:26.0.2-1'
67-
testCompileOnly 'org.jetbrains:annotations:26.0.2-1'
66+
compileOnly 'org.jetbrains:annotations:26.1.0'
67+
testCompileOnly 'org.jetbrains:annotations:26.1.0'
6868
api 'org.apache.commons:commons-compress:1.28.0'
6969
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
7070
exclude(group: 'org.jetbrains', module: 'annotations')

0 commit comments

Comments
 (0)