Skip to content

Commit 6d145c7

Browse files
Bump org.jetbrains:annotations from 26.0.2 to 26.0.2-1 in /core
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 26.0.2 to 26.0.2-1. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/java-annotations/commits) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-version: 26.0.2-1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1714560 commit 6d145c7

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
@@ -70,8 +70,8 @@ configurations.all {
7070
dependencies {
7171
api 'junit:junit:4.13.2'
7272
api 'org.slf4j:slf4j-api:1.7.36'
73-
compileOnly 'org.jetbrains:annotations:26.0.2'
74-
testCompileOnly 'org.jetbrains:annotations:26.0.2'
73+
compileOnly 'org.jetbrains:annotations:26.0.2-1'
74+
testCompileOnly 'org.jetbrains:annotations:26.0.2-1'
7575
api 'org.apache.commons:commons-compress:1.24.0'
7676
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
7777
exclude(group: 'org.jetbrains', module: 'annotations')

0 commit comments

Comments
 (0)