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 7114b54 commit 64723f8Copy full SHA for 64723f8
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.14.0")
55
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.0")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.14.1")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.1")
56
57
// mockwebserver
58
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
0 commit comments