Skip to content

Commit ff3fd0a

Browse files
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](netty/netty@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Naman Nandan <[email protected]>
1 parent aaa8bc4 commit ff3fd0a

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.53.Final"
10+
implementation "io.netty:netty-all:4.1.107.Final"
1111
}
1212

1313
project.ext{

0 commit comments

Comments
 (0)