Skip to content

Commit a97f78b

Browse files
Bump annotations from 22.0.0 to 23.0.0
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 22.0.0 to 23.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@22.0.0...23.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 8ae4fdb commit a97f78b

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
@@ -38,7 +38,7 @@ dependencies {
3838
testImplementation("junit:junit:4.13.2")
3939
implementation("com.github.javaparser:javaparser-core:3.24.2")
4040
api("com.google.code.findbugs:jsr305:3.0.2")
41-
api("org.jetbrains:annotations:22.0.0")
41+
api("org.jetbrains:annotations:23.0.0")
4242

4343
val asmVer = "9.3"
4444
implementation("org.ow2.asm:asm:$asmVer")

0 commit comments

Comments
 (0)