Skip to content

Commit e16c885

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump annotations from 23.1.0 to 24.0.0
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 23.1.0 to 24.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@23.1.0...24.0.0) --- 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>
1 parent 4f84d3d commit e16c885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ val dependencyVersions = listOf(
1212
"net.bytebuddy:byte-buddy-agent:1.12.21",
1313
"org.apache.commons:commons-compress:1.22",
1414
"org.codehaus.groovy:groovy:3.0.14",
15-
"org.jetbrains:annotations:23.1.0",
15+
"org.jetbrains:annotations:24.0.0",
1616
"org.junit:junit-bom:5.9.2",
1717
)
1818

0 commit comments

Comments
 (0)