Skip to content

Commit 88aa846

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump io.kotest:kotest-runner-junit5 from 5.6.2 to 5.7.2
Bumps [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) from 5.6.2 to 5.7.2. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/commits) --- 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>
1 parent 7297499 commit 88aa846

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

8080
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.9.10")
81-
testImplementation("io.kotest:kotest-runner-junit5:5.6.2")
81+
testImplementation("io.kotest:kotest-runner-junit5:5.7.2")
8282
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.0")
8383
}
8484

0 commit comments

Comments
 (0)