Skip to content

Commit f40897f

Browse files
Bump io.kotest:kotest-runner-junit5-jvm from 6.0.3 to 6.0.4
Bumps [io.kotest:kotest-runner-junit5-jvm](https://github.com/kotest/kotest) from 6.0.3 to 6.0.4. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@6.0.3...6.0.4) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit5-jvm dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 73c2f5c commit f40897f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
testImplementation("org.junit.jupiter:junit-jupiter-params:$junitVersion")
5353
testImplementation("org.mockito:mockito-inline:5.2.0")
5454
testImplementation("org.mockito.kotlin:mockito-kotlin:6.0.0")
55-
testImplementation("io.kotest:kotest-runner-junit5-jvm:6.0.3")
55+
testImplementation("io.kotest:kotest-runner-junit5-jvm:6.0.4")
5656
}
5757

5858
tasks {

0 commit comments

Comments
 (0)