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 6067a8f commit 6d18bf9Copy full SHA for 6d18bf9
build.gradle.kts
@@ -51,8 +51,8 @@ dependencies {
51
implementation("com.google.code.gson:gson:2.13.2")
52
53
// tests
54
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4")
55
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.14.0")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.0")
56
57
// mockwebserver
58
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
0 commit comments