Skip to content

Commit cd1edb1

Browse files
Bump io.kotest:kotest-runner-junit5 from 5.8.1 to 5.9.1 (#437)
Bumps [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) from 5.8.1 to 5.9.1. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@v5.8.1...v5.9.1) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c73d11d commit cd1edb1

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
@@ -79,7 +79,7 @@ dependencies {
7979
// implementation("com.github.fge:json-schema-validator:2.2.6")
8080

8181
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.9.23")
82-
testImplementation("io.kotest:kotest-runner-junit5:5.8.1")
82+
testImplementation("io.kotest:kotest-runner-junit5:5.9.1")
8383
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.2")
8484
}
8585

0 commit comments

Comments
 (0)