diff --git a/build.gradle b/build.gradle index 4a85499..1a8e592 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ subprojects { nimbusVersion = '9.31' //IMPORTANT: This must be in sync with the shaded netty version in gRPC - nettyVersion = '4.1.79.Final' + nettyVersion = '4.1.91.Final' } apply plugin: 'java-library'