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

Commit 30e6845

Browse files
Bump org.jetbrains:annotations from 25.0.0 to 26.0.1 (#398)
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 25.0.0 to 26.0.1. - [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.1) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 83fab87 commit 30e6845

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313

1414
val dependencyVersions = listOf(
1515
"org.apache.commons:commons-lang3:3.17.0",
16-
"org.jetbrains:annotations:25.0.0",
16+
"org.jetbrains:annotations:26.0.1",
1717
"junit:junit:4.13.2"
1818
)
1919

0 commit comments

Comments
 (0)