diff --git a/build.gradle b/build.gradle index 7acd8717..a681ac8e 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ subprojects { shadowVersion = '8.1.1' //IMPORTANT: This must be in sync with the shaded netty version in gRPC - nettyVersion = '4.1.92.Final' + nettyVersion = '4.1.94.Final' } apply plugin: 'java-library'