diff --git a/build.gradle b/build.gradle index f1b5bec..a2b64e9 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.106.Final' + nettyVersion = '4.1.107.Final' } apply plugin: 'java-library'