From 3ae8be73149c7bc467a043477b26615931973786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 08:58:22 +0000 Subject: [PATCH] chore(deps): bump kotestVersion from 5.6.1 to 5.6.2 Bumps `kotestVersion` from 5.6.1 to 5.6.2. Updates `io.kotest:kotest-runner-junit5-jvm` from 5.6.1 to 5.6.2 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.6.1...v5.6.2) Updates `io.kotest:kotest-assertions-core-jvm` from 5.6.1 to 5.6.2 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.6.1...v5.6.2) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit5-jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.kotest:kotest-assertions-core-jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8949d318..77ecc69c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ val nettyVersion = "4.1.92.Final" val junitJupiterVersion = "5.9.3" val kotlinVersion = "1.8.21" val freemarkerVersion = "2.3.32" -val kotestVersion = "5.6.1" +val kotestVersion = "5.6.2" val bouncyCastleVersion = "1.70" val springBootVersion = "2.7.5" val reactorTestVersion = "3.4.24"