From 26123f13bbbac02d6fe761bc7fc71f4721075b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 18:34:51 +0000 Subject: [PATCH] Bump io.projectreactor.netty:reactor-netty-core Bumps [io.projectreactor.netty:reactor-netty-core](https://github.com/reactor/reactor-netty) from 1.1.5 to 1.1.9. - [Release notes](https://github.com/reactor/reactor-netty/releases) - [Commits](https://github.com/reactor/reactor-netty/compare/v1.1.5...v1.1.9) --- updated-dependencies: - dependency-name: io.projectreactor.netty:reactor-netty-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- plugins/repository-azure/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/repository-azure/build.gradle b/plugins/repository-azure/build.gradle index 7b18facadcb30..a53ca305fb10a 100644 --- a/plugins/repository-azure/build.gradle +++ b/plugins/repository-azure/build.gradle @@ -59,7 +59,7 @@ dependencies { api 'org.reactivestreams:reactive-streams:1.0.4' api 'io.projectreactor:reactor-core:3.5.1' api 'io.projectreactor.netty:reactor-netty:1.1.4' - api 'io.projectreactor.netty:reactor-netty-core:1.1.5' + api 'io.projectreactor.netty:reactor-netty-core:1.1.9' api 'io.projectreactor.netty:reactor-netty-http:1.1.4' api "org.slf4j:slf4j-api:${versions.slf4j}" api "com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}"