From 288e8661724960b8233602011000af87d05f5d45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 11:57:48 +0000 Subject: [PATCH] Build(deps): bump nettyVersion from 4.1.95.Final to 4.1.96.Final Bumps `nettyVersion` from 4.1.95.Final to 4.1.96.Final. Updates `io.netty:netty-transport-native-unix-common` from 4.1.95.Final to 4.1.96.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.95.Final...netty-4.1.96.Final) Updates `io.netty:netty-all` from 4.1.95.Final to 4.1.96.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.95.Final...netty-4.1.96.Final) Updates `io.netty:netty-codec-http2` from 4.1.95.Final to 4.1.96.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.95.Final...netty-4.1.96.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 5b88e2bf6..4d0268eeb 100644 --- a/backends/remote/build.gradle +++ b/backends/remote/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { grpcVersion = '1.56.1' - nettyVersion = '4.1.95.Final' + nettyVersion = '4.1.96.Final' } repositories { mavenCentral() diff --git a/components/encryption/build.gradle b/components/encryption/build.gradle index 94e4987ac..c6b5b713d 100644 --- a/components/encryption/build.gradle +++ b/components/encryption/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { grpcVersion = '1.56.1' - nettyVersion = '4.1.95.Final' + nettyVersion = '4.1.96.Final' } repositories { mavenCentral()