From c1320c5831656fb2b0ae409f9f1542a787b7039d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 17:40:38 +0000 Subject: [PATCH] fix(deps): Bump io.netty:netty-handler Bumps [io.netty:netty-handler](https://github.com/netty/netty) from 4.1.78.Final to 4.1.104.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.78.Final...netty-4.1.104.Final) --- updated-dependencies: - dependency-name: io.netty:netty-handler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8b474985..f6896047 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { kotlinVersion = '1.9.21' kotlinCoroutinesVersion = '1.7.3' grpcVersion = '1.60.0' - nettyVersion = '4.1.78.Final' + nettyVersion = '4.1.104.Final' aboutLibsVersion = '8.6.3' junitVersion = '5.9.0' roomVersion = '2.6.0'