From f66ff2d03b3d313e40816b46fe30e66ffe6f57e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 07:21:34 +0000 Subject: [PATCH] Bump kotest-property-jvm from 4.6.2 to 5.0.3 Bumps [kotest-property-jvm](https://github.com/kotest/kotest) from 4.6.2 to 5.0.3. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v4.6.2...5.0.3) --- updated-dependencies: - dependency-name: io.kotest:kotest-property-jvm 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 b5f8af1..8a5f7f6 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ subprojects { testImplementation 'io.kotest:kotest-runner-junit5-jvm:4.6.2' testImplementation 'io.kotest:kotest-assertions-core-jvm:4.6.2' - testImplementation 'io.kotest:kotest-property-jvm:4.6.2' + testImplementation 'io.kotest:kotest-property-jvm:5.0.3' testImplementation 'io.kotest:kotest-extensions-testcontainers-jvm:4.4.3' testImplementation 'io.kotest:kotest-plugins-pitest:4.4.3' testImplementation 'io.kotest:kotest-runner-console-jvm:4.1.3.2'