We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e598441 + a97f78b commit 2acd370Copy full SHA for 2acd370
build.gradle.kts
@@ -38,7 +38,7 @@ dependencies {
38
testImplementation("junit:junit:4.13.2")
39
implementation("com.github.javaparser:javaparser-core:3.24.2")
40
api("com.google.code.findbugs:jsr305:3.0.2")
41
- api("org.jetbrains:annotations:22.0.0")
+ api("org.jetbrains:annotations:23.0.0")
42
43
val asmVer = "9.3"
44
implementation("org.ow2.asm:asm:$asmVer")
0 commit comments