From 8326456b89a2fbfc3848cd55774cfc43c84e24d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 15:01:45 +0000 Subject: [PATCH] Bump kotest-runner-junit5 from 5.5.3 to 5.5.4 Bumps [kotest-runner-junit5](https://github.com/kotest/kotest) from 5.5.3 to 5.5.4. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.5.3...v5.5.4) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 5c33d390..1392b1a1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -77,7 +77,7 @@ dependencies { // implementation("com.github.fge:json-schema-validator:2.2.6") testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.7.20") - testImplementation("io.kotest:kotest-runner-junit5:5.5.3") + testImplementation("io.kotest:kotest-runner-junit5:5.5.4") testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.9.1") }