From 5bdb08771018d80d664841d2b9ae0c841e243c40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:42:25 +0000 Subject: [PATCH] Bump io.kotest:kotest-runner-junit4 from 4.6.1 to 5.8.0 Bumps [io.kotest:kotest-runner-junit4](https://github.com/kotest/kotest) from 4.6.1 to 5.8.0. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v4.6.1...v5.8.0) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 40b3c34..417c59b 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { testImplementation 'org.jetbrains.kotlin:kotlin-test-junit:1.5.31' testImplementation 'junit:junit:4.13.2' testImplementation "pl.pragmatists:JUnitParams:1.1.1" - testImplementation 'io.kotest:kotest-runner-junit4:4.6.1' + testImplementation 'io.kotest:kotest-runner-junit4:5.8.0' testImplementation 'io.kotest:kotest-assertions-core:4.6.1' testImplementation 'io.kotest:kotest-property:4.6.1' }