From 3beeb18c7a4bb67c702e8af347b7b52181e32bde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 12:23:50 +0000 Subject: [PATCH] chore(deps): bump io.projectreactor:reactor-core from 3.4.24 to 3.5.10 Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.4.24 to 3.5.10. - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](https://github.com/reactor/reactor-core/compare/v3.4.24...v3.5.10) --- 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..3a20e58 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.10' implementation files('./src/main/resources/commons-io-2.11.0.jar') implementation 'org.yaml:snakeyaml:1.33'