From d743b165ed099fbb89e0a5dd2474c40cc4e6e035 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 15:36:02 +0000 Subject: [PATCH] Bump io.kotest:kotest-runner-junit5 from 5.8.1 to 5.9.1 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](https://github.com/kotest/kotest/compare/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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 05b28dbb..e18a3df0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -79,7 +79,7 @@ dependencies { // implementation("com.github.fge:json-schema-validator:2.2.6") testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.9.23") - testImplementation("io.kotest:kotest-runner-junit5:5.8.1") + testImplementation("io.kotest:kotest-runner-junit5:5.9.1") testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.2") }