From cf5608f2a6bc6369014c2982e4c625237b17e023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 14:03:31 +0000 Subject: [PATCH] Bump io.netty:netty-all from 4.1.107.Final to 4.2.0.Final in /plugins Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.107.Final to 4.2.0.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.107.Final...netty-4.2.0.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-version: 4.2.0.Final dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 e780052508..e48b838f8c 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.107.Final" + implementation "io.netty:netty-all:4.2.0.Final" } project.ext{