From ff3fd0a435976749236bc79706dd985a46ca5e12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 17:16:53 -0700 Subject: [PATCH] Bump io.netty:netty-all from 4.1.53.Final to 4.1.107.Final in /plugins (#2985) Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.53.Final to 4.1.107.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.53.Final...netty-4.1.107.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Naman Nandan --- plugins/endpoints/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/endpoints/build.gradle b/plugins/endpoints/build.gradle index f377b8190b..32fe00fcf7 100644 --- a/plugins/endpoints/build.gradle +++ b/plugins/endpoints/build.gradle @@ -7,7 +7,7 @@ plugins { dependencies { implementation "com.google.code.gson:gson:${gson_version}" implementation "org.pytorch:torchserve-plugins-sdk:${torchserve_sdk_version}" - implementation "io.netty:netty-all:4.1.53.Final" + implementation "io.netty:netty-all:4.1.107.Final" } project.ext{