diff --git a/build.gradle b/build.gradle index 4e60951..cdc8b24 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ def passkitSdkVersion = '1.1.160' // Be careful to match grpc versions with netty. // See https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty def grpcVersion = '1.83.1' -def nettyTcNativeVersion = '2.0.83.Final' +def nettyTcNativeVersion = '2.0.84.Final' test { useJUnit()