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.
1 parent 8c797bf commit a40af6fCopy full SHA for a40af6f
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