From 913596c9b54ff2854a34f25f88d8743644fcd7b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 19:19:51 +0000 Subject: [PATCH] Build(deps): bump nettyVersion from 4.1.101.Final to 4.1.104.Final Bumps `nettyVersion` from 4.1.101.Final to 4.1.104.Final. Updates `io.netty:netty-transport-native-unix-common` from 4.1.101.Final to 4.1.104.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.101.Final...netty-4.1.104.Final) Updates `io.netty:netty-all` from 4.1.101.Final to 4.1.104.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.101.Final...netty-4.1.104.Final) Updates `io.netty:netty-codec-http2` from 4.1.101.Final to 4.1.104.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.101.Final...netty-4.1.104.Final) --- updated-dependencies: - dependency-name: io.netty:netty-transport-native-unix-common dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.netty:netty-all dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.netty:netty-codec-http2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backends/remote/build.gradle | 2 +- components/encryption/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backends/remote/build.gradle b/backends/remote/build.gradle index 17662694d..3e3939252 100644 --- a/backends/remote/build.gradle +++ b/backends/remote/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { grpcVersion = '1.60.1' - nettyVersion = '4.1.101.Final' + nettyVersion = '4.1.104.Final' } repositories { mavenCentral() diff --git a/components/encryption/build.gradle b/components/encryption/build.gradle index 235e7f9e1..a37f806ab 100644 --- a/components/encryption/build.gradle +++ b/components/encryption/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { grpcVersion = '1.60.1' - nettyVersion = '4.1.101.Final' + nettyVersion = '4.1.104.Final' } repositories { mavenCentral()