We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6a4974 + e420aec commit 503a8e0Copy full SHA for 503a8e0
common/build.gradle.kts
@@ -5,7 +5,7 @@ repositories {
5
dependencies {
6
// gson
7
api("com.google.code.gson:gson:2.10.1")
8
- compileOnlyApi("org.jetbrains:annotations:24.0.0")
+ compileOnlyApi("org.jetbrains:annotations:24.0.1")
9
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
10
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
11
}
0 commit comments