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 3e5fe68 + f5110e9 commit 5d78ad4Copy full SHA for 5d78ad4
build.gradle.kts
@@ -38,7 +38,7 @@ dependencies {
38
testImplementation("junit:junit:4.13.2")
39
implementation("com.github.javaparser:javaparser-core:3.6.24")
40
api("com.google.code.findbugs:jsr305:3.0.2")
41
- api("org.jetbrains:annotations:20.1.0")
+ api("org.jetbrains:annotations:22.0.0")
42
43
val asmVer = "9.2"
44
implementation("org.ow2.asm:asm:$asmVer")
0 commit comments