Skip to content

Commit 3726c0f

Browse files
Bump io.netty:netty-all from 4.1.107.Final to 4.1.116.Final in /plugins
Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.107.Final to 4.1.116.Final. - [Commits](netty/netty@netty-4.1.107.Final...netty-4.1.116.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a3b18b commit 3726c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/endpoints/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
dependencies {
88
implementation "com.google.code.gson:gson:${gson_version}"
99
implementation "org.pytorch:torchserve-plugins-sdk:${torchserve_sdk_version}"
10-
implementation "io.netty:netty-all:4.1.107.Final"
10+
implementation "io.netty:netty-all:4.1.116.Final"
1111
}
1212

1313
project.ext{

0 commit comments

Comments
 (0)