From 23f2256eb78216270cf9539932f24118fbbb97e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:11:05 +0000 Subject: [PATCH] Bump io.kotest:kotest-property from 5.8.1 to 5.9.0 Bumps [io.kotest:kotest-property](https://github.com/kotest/kotest) from 5.8.1 to 5.9.0. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.8.1...v5.9.0) --- updated-dependencies: - dependency-name: io.kotest:kotest-property dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0a58e6c..d095ebf 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { testImplementation "pl.pragmatists:JUnitParams:1.1.1" testImplementation 'io.kotest:kotest-runner-junit4:5.9.0' testImplementation 'io.kotest:kotest-assertions-core:5.9.0' - testImplementation 'io.kotest:kotest-property:5.8.1' + testImplementation 'io.kotest:kotest-property:5.9.0' } compileJava {