Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit f8b940b

Browse files
Bump org.jetbrains:annotations from 25.0.0 to 26.0.0
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 25.0.0 to 26.0.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@25.0.0...26.0.0) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6752277 commit f8b940b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
}
1212

1313
dependencies {
14-
compileOnly 'org.jetbrains:annotations:25.0.0'
14+
compileOnly 'org.jetbrains:annotations:26.0.0'
1515
}
1616

1717
publishing {

0 commit comments

Comments
 (0)