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