Skip to content

Commit a640b85

Browse files
Bump io.kotest:kotest-runner-junit5-jvm from 6.0.1 to 6.0.3 (#79)
Bumps [io.kotest:kotest-runner-junit5-jvm](https://github.com/kotest/kotest) from 6.0.1 to 6.0.3. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@6.0.1...6.0.3) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit5-jvm dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cb53db1 commit a640b85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ dependencies {
3535
implementation("org.http4k:http4k-core:5.47.0.0")
3636
implementation("com.github.ben-manes.caffeine:caffeine:3.2.2")
3737

38-
testImplementation("io.kotest:kotest-assertions-core-jvm:6.0.1")
39-
testImplementation("io.kotest:kotest-runner-junit5-jvm:6.0.1")
38+
testImplementation("io.kotest:kotest-assertions-core-jvm:6.0.3")
39+
testImplementation("io.kotest:kotest-runner-junit5-jvm:6.0.3")
4040
testImplementation(libs.junit)
4141

4242
// IntelliJ Platform Gradle Plugin Dependencies Extension - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html

0 commit comments

Comments
 (0)