Skip to content

Commit 3770510

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump kotest-runner-junit5 from 5.1.0 to 5.2.1
Bumps [kotest-runner-junit5](https://github.com/kotest/kotest) from 5.1.0 to 5.2.1. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@v5.1.0...v5.2.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] <[email protected]>
1 parent a10e4bf commit 3770510

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

7979
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.6.10")
80-
testImplementation("io.kotest:kotest-runner-junit5:5.1.0")
80+
testImplementation("io.kotest:kotest-runner-junit5:5.2.1")
8181
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.8.2")
8282
}
8383

0 commit comments

Comments
 (0)