We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496e4f5 commit 0c4e850Copy full SHA for 0c4e850
build.gradle.kts
@@ -20,7 +20,7 @@ repositories {
20
21
dependencies {
22
api("org.javassist:javassist:3.30.2-GA")
23
- compileOnlyApi("org.jetbrains:annotations:24.1.0")
+ compileOnlyApi("org.jetbrains:annotations:26.0.2")
24
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
25
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
26
0 commit comments