From cfd8ad34027cad3f4c321bda86f74a68f1b5065a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 08:23:31 +0000 Subject: [PATCH] chore(deps): bump io.projectreactor:reactor-test from 3.5.11 to 3.6.0 Bumps [io.projectreactor:reactor-test](https://github.com/reactor/reactor-core) from 3.5.11 to 3.6.0. - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](https://github.com/reactor/reactor-core/compare/v3.5.11...v3.6.0) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-test dependency-type: direct:production update-type: version-update:semver-minor ... 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 93cb0942..0c92c9e3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ val freemarkerVersion = "2.3.32" val kotestVersion = "5.8.0" val bouncyCastleVersion = "1.70" val springBootVersion = "3.1.5" -val reactorTestVersion = "3.5.11" +val reactorTestVersion = "3.6.0" val ktorVersion = "2.3.6" val mavenRepoBaseUrl = "https://oss.sonatype.org"