Skip to content

Commit 82f22a2

Browse files
Bump io.kotest:kotest-runner-junit5-jvm from 5.9.1 to 6.0.2
Bumps [io.kotest:kotest-runner-junit5-jvm](https://github.com/kotest/kotest) from 5.9.1 to 6.0.2. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@v5.9.1...6.0.2) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit5-jvm dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 439333a commit 82f22a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencies {
7373
implementation(libs.slf4j)
7474
testImplementation("ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()}!!${libs.versions.logback.get()}")
7575

76-
testImplementation("io.kotest:kotest-runner-junit5-jvm:5.9.1")
76+
testImplementation("io.kotest:kotest-runner-junit5-jvm:6.0.2")
7777
testImplementation(libs.junitJupiterApi)
7878
testRuntimeOnly(libs.junitJupiterEngine)
7979
testRuntimeOnly("cglib:cglib-nodep:3.3.0")

0 commit comments

Comments
 (0)