From 50d464f2cbb6f704b4e378c22adda5e80fccc002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 08:21:57 +0000 Subject: [PATCH] chore(deps): bump kotestVersion from 5.5.2 to 5.5.3 Bumps `kotestVersion` from 5.5.2 to 5.5.3. Updates `kotest-runner-junit5-jvm` from 5.5.2 to 5.5.3 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.5.2...v5.5.3) Updates `kotest-assertions-core-jvm` from 5.5.2 to 5.5.3 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.5.2...v5.5.3) --- 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 54788dc8..fc383a2b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ val nettyVersion = "4.1.84.Final" val junitJupiterVersion = "5.9.1" val kotlinVersion = "1.7.20" val freemarkerVersion = "2.3.31" -val kotestVersion = "5.5.2" +val kotestVersion = "5.5.3" val bouncyCastleVersion = "1.70" val springBootVersion = "2.7.5" val reactorTestVersion = "3.4.24"