Skip to content

Commit 2538a75

Browse files
Bump org.jetbrains:annotations from 26.0.2-1 to 26.1.0 in /core
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 26.0.2-1 to 26.1.0. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](JetBrains/java-annotations@26.0.2-1...26.1.0) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9665322 commit 2538a75

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)