From e3870aa5205875bd86fbd3ae0cd5e2fdc9498e9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 07:21:59 +0000 Subject: [PATCH] Bump kotest-runner-junit5-jvm from 4.6.2 to 5.4.2 Bumps [kotest-runner-junit5-jvm](https://github.com/kotest/kotest) from 4.6.2 to 5.4.2. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/commits) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit5-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..d511cb2 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ subprojects { testImplementation 'org.testcontainers:postgresql:1.16.0' testImplementation 'org.postgresql:postgresql:42.2.23' - testImplementation 'io.kotest:kotest-runner-junit5-jvm:4.6.2' + testImplementation 'io.kotest:kotest-runner-junit5-jvm:5.4.2' testImplementation 'io.kotest:kotest-assertions-core-jvm:4.6.2' testImplementation 'io.kotest:kotest-property-jvm:4.6.2' testImplementation 'io.kotest:kotest-extensions-testcontainers-jvm:4.4.3'