Skip to content

Commit ccd8500

Browse files
Update dependency org.jetbrains:annotations to v26
1 parent 5cb3592 commit ccd8500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
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.25.1")
4040
api("com.google.code.findbugs:jsr305:3.0.2")
41-
api("org.jetbrains:annotations:24.0.1")
41+
api("org.jetbrains:annotations:26.0.1")
4242

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

0 commit comments

Comments
 (0)