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 67946ed commit be015e3Copy full SHA for be015e3
api-client/build.gradle.kts
@@ -78,7 +78,7 @@ dependencies {
78
79
testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
80
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
81
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
82
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
83
testImplementation("org.junit.platform:junit-platform-launcher:1.10.0")
84
testImplementation("org.junit.platform:junit-platform-commons:1.10.0")
0 commit comments