We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415b9a1 commit b1ad813Copy full SHA for b1ad813
build.gradle.kts
@@ -20,7 +20,7 @@ subprojects {
20
}
21
22
dependencies {
23
- compileOnly("org.jetbrains:annotations:26.0.2-1")
+ compileOnly("org.jetbrains:annotations:26.1.0")
24
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4")
25
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.4")
26
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4")
0 commit comments