We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a3b18b commit 3726c0fCopy full SHA for 3726c0f
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.107.Final"
+ implementation "io.netty:netty-all:4.1.116.Final"
11
}
12
13
project.ext{
0 commit comments