From e808dd2b0f582313d228af4af819d9e6452fcda7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 07:57:15 +0000 Subject: [PATCH] Bump io.kotest:kotest-runner-junit5 from 5.5.4 to 5.5.5 Bumps [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) from 5.5.4 to 5.5.5. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.5.4...v5.5.5) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- form/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form/build.gradle.kts b/form/build.gradle.kts index 2fb74f8e..16bebfc7 100644 --- a/form/build.gradle.kts +++ b/form/build.gradle.kts @@ -117,7 +117,7 @@ dependencies { // Test dependencies testImplementation("io.mockk:mockk:1.13.1") - testImplementation("io.kotest:kotest-runner-junit5:5.5.4") + testImplementation("io.kotest:kotest-runner-junit5:5.5.5") testImplementation("io.kotest:kotest-property:5.5.4") androidTestImplementation("androidx.test:core:1.5.0") androidTestImplementation("androidx.test.ext:junit:1.1.5")