Skip to content

Commit 9e986e9

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump org.jetbrains:annotations from 23.0.0 to 24.0.1
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 23.0.0 to 24.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@23.0.0...24.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>
1 parent 30dc437 commit 9e986e9

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
@@ -85,7 +85,7 @@ dependencies {
8585
val dependencyVersions = listOf(
8686
"net.bytebuddy:byte-buddy:1.14.5",
8787
"net.bytebuddy:byte-buddy-agent:1.14.5",
88-
"org.jetbrains:annotations:23.0.0",
88+
"org.jetbrains:annotations:24.0.1",
8989
)
9090

9191
val dependencyGroupVersions = mapOf(

0 commit comments

Comments
 (0)