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 4c49f18 commit 25f08a3Copy full SHA for 25f08a3
common/build.gradle.kts
@@ -6,6 +6,6 @@ dependencies {
6
// gson
7
api("com.google.code.gson:gson:2.10.1")
8
compileOnlyApi("org.jetbrains:annotations:24.0.1")
9
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.0")
10
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
11
}
0 commit comments