From e773b3f03b8cd383831c18074dc847da1f7640df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 07:09:00 +0000 Subject: [PATCH] Bump io.kotest:kotest-assertions-core-jvm from 4.6.2 to 5.5.5 Bumps [io.kotest:kotest-assertions-core-jvm](https://github.com/kotest/kotest) from 4.6.2 to 5.5.5. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v4.6.2...v5.5.5) --- updated-dependencies: - dependency-name: io.kotest:kotest-assertions-core-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..c6bc4a9 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ subprojects { testImplementation 'org.postgresql:postgresql:42.2.23' testImplementation 'io.kotest:kotest-runner-junit5-jvm:4.6.2' - testImplementation 'io.kotest:kotest-assertions-core-jvm:4.6.2' + testImplementation 'io.kotest:kotest-assertions-core-jvm:5.5.5' testImplementation 'io.kotest:kotest-property-jvm:4.6.2' testImplementation 'io.kotest:kotest-extensions-testcontainers-jvm:4.4.3' testImplementation 'io.kotest:kotest-plugins-pitest:4.4.3'