We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa8bc4 commit ff3fd0aCopy full SHA for ff3fd0a
plugins/endpoints/build.gradle
@@ -7,7 +7,7 @@ plugins {
7
dependencies {
8
implementation "com.google.code.gson:gson:${gson_version}"
9
implementation "org.pytorch:torchserve-plugins-sdk:${torchserve_sdk_version}"
10
- implementation "io.netty:netty-all:4.1.53.Final"
+ implementation "io.netty:netty-all:4.1.107.Final"
11
}
12
13
project.ext{
0 commit comments