We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb3592 commit ccd8500Copy full SHA for ccd8500
build.gradle.kts
@@ -38,7 +38,7 @@ dependencies {
38
testImplementation("junit:junit:4.13.2")
39
implementation("com.github.javaparser:javaparser-core:3.25.1")
40
api("com.google.code.findbugs:jsr305:3.0.2")
41
- api("org.jetbrains:annotations:24.0.1")
+ api("org.jetbrains:annotations:26.0.1")
42
43
val asmVer = "9.4"
44
implementation("org.ow2.asm:asm:$asmVer")
0 commit comments