From 5427cef743ff6e0650159424b4877a25429774f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 09:00:11 +0000 Subject: [PATCH] chore(deps): bump io.projectreactor:reactor-test in the github group Bumps the github group with 1 update: [io.projectreactor:reactor-test](https://github.com/reactor/reactor-core). Updates `io.projectreactor:reactor-test` from 3.6.5 to 3.6.6 - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](https://github.com/reactor/reactor-core/compare/v3.6.5...v3.6.6) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github ... Signed-off-by: dependabot[bot] <support@github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2edabff1..375a9529 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ val freemarkerVersion = "2.3.32" val kotestVersion = "5.9.0" val bouncyCastleVersion = "1.78.1" val springBootVersion = "3.2.5" -val reactorTestVersion = "3.6.5" +val reactorTestVersion = "3.6.6" val ktorVersion = "2.3.11" val jsonPathVersion = "2.9.0"