From 1ecb5f3d0553dd353ab490c77fcd9690e86288d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 00:05:36 +0000 Subject: [PATCH] Bump io.netty:netty-buffer from 4.1.78.Final to 4.1.89.Final Bumps [io.netty:netty-buffer](https://github.com/netty/netty) from 4.1.78.Final to 4.1.89.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.78.Final...netty-4.1.89.Final) --- updated-dependencies: - dependency-name: io.netty:netty-buffer 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 d75af43..d11aa92 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ apply plugin: "maven-publish" ext { semVersion = "0.0.1" fullVersion = semVersion + "+" + ('git rev-list --count HEAD'.execute().text.trim()) - nettyVersion = "4.1.78.Final" + nettyVersion = "4.1.89.Final" lombokVersion = "1.18.24" protobufVersion = "3.21.2" log4jVersion = "2.17.2"