We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c797bf commit 21a8525Copy full SHA for 21a8525
build.gradle.kts
@@ -46,8 +46,8 @@ subprojects {
46
47
dependencies {
48
// annotations
49
- compileOnly("org.jetbrains:annotations:26.0.1")
50
- testCompileOnly("org.jetbrains:annotations:26.0.1")
+ compileOnly("org.jetbrains:annotations:26.0.2")
+ testCompileOnly("org.jetbrains:annotations:26.0.2")
51
52
// tests
53
testImplementation(platform("org.junit:junit-bom:5.11.4"))
0 commit comments