From 3ff8ebbd23a26318e5c6fcb6d82b3870bf2b035f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:50:15 +0000 Subject: [PATCH] Bump io.kotest:kotest-framework-datatest from 5.6.2 to 5.8.0 Bumps [io.kotest:kotest-framework-datatest](https://github.com/kotest/kotest) from 5.6.2 to 5.8.0. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.6.2...v5.8.0) --- updated-dependencies: - dependency-name: io.kotest:kotest-framework-datatest 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 64a74c3..db7b8ba 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0") - testImplementation("io.kotest:kotest-framework-datatest:5.6.2") + testImplementation("io.kotest:kotest-framework-datatest:5.8.0") testImplementation("io.kotest:kotest-runner-junit5:5.6.2") testImplementation("io.kotest:kotest-assertions-core:5.6.2") testImplementation("com.marcinziolo:kotlin-wiremock:2.0.1")