From 507b25bd23f37a98fa003e5a33c9152dee456d92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 03:24:00 +0000 Subject: [PATCH] Bump io.kotest:kotest-runner-junit4 from 5.9.0 to 5.9.1 Bumps [io.kotest:kotest-runner-junit4](https://github.com/kotest/kotest) from 5.9.0 to 5.9.1. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.9.0...v5.9.1) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index faa22e0..ece1a16 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { testImplementation 'org.jetbrains.kotlin:kotlin-test-junit:2.0.0' testImplementation 'junit:junit:4.13.2' testImplementation "pl.pragmatists:JUnitParams:1.1.1" - testImplementation 'io.kotest:kotest-runner-junit4:5.9.0' + testImplementation 'io.kotest:kotest-runner-junit4:5.9.1' testImplementation 'io.kotest:kotest-assertions-core:5.9.0' testImplementation 'io.kotest:kotest-property:5.9.0' }