From 74f73ca9249727a3346fa71b30ea975f92a09348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 12:55:24 +0000 Subject: [PATCH] chore(deps): bump io.projectreactor:reactor-core from 3.4.24 to 3.5.9 Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.4.24 to 3.5.9. - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](https://github.com/reactor/reactor-core/compare/v3.4.24...v3.5.9) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e8aa77d..fe15448 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ dependencies { compileOnly 'io.micronaut:micronaut-http-netty:3.7.2' compileOnly 'io.micronaut:micronaut-http-server-netty:3.7.2' implementation 'io.netty:netty-all:4.1.84.Final' - implementation 'io.projectreactor:reactor-core:3.4.24' + implementation 'io.projectreactor:reactor-core:3.5.9' implementation files('./src/main/resources/commons-io-2.11.0.jar') implementation 'org.yaml:snakeyaml:1.33'