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 294ef39 commit 5bd0d09Copy full SHA for 5bd0d09
api-client/build.gradle.kts
@@ -35,8 +35,8 @@ dependencies {
35
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.1")
36
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.1")
37
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
38
- testImplementation("org.junit.platform:junit-platform-launcher:1.8.0")
39
- testImplementation("org.junit.platform:junit-platform-commons:1.8.0")
+ testImplementation("org.junit.platform:junit-platform-launcher:1.8.1")
+ testImplementation("org.junit.platform:junit-platform-commons:1.8.1")
40
41
testImplementation("org.apache.commons:commons-compress:1.21")
42
testImplementation("de.gesellix:testutil:[2021-08-05T22-09-32,)")
0 commit comments