diff --git a/build.gradle b/build.gradle index 6ae58d9..ef3f5e6 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ subprojects { shadowVersion = '8.1.1' //IMPORTANT: This must be in sync with the shaded netty version in gRPC - nettyVersion = '4.1.112.Final' + nettyVersion = '4.1.113.Final' } apply plugin: 'java-library'