diff --git a/plugins/grpc-transport-auth/build.gradle b/plugins/grpc-transport-auth/build.gradle index 326cfd0d..b4f3a7b8 100644 --- a/plugins/grpc-transport-auth/build.gradle +++ b/plugins/grpc-transport-auth/build.gradle @@ -29,7 +29,7 @@ dependencies { compileOnly project(":plugins:grpc-transport") implementation 'com.auth0:java-jwt:3.9.0' - implementation 'com.avast.grpc.jwt:grpc-java-jwt:0.2.0' + implementation 'com.avast.grpc.jwt:grpc-java-jwt:0.5.9' // see https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty for the compatibility version runtimeOnly 'io.netty:netty-tcnative-boringssl-static:2.0.25.Final'