You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dm...@apache.org on 2019/06/26 19:17:28 UTC

[camel] 05/12: CAMEL-13209 Upgrading gRPC JWT version to 3.7.0

This is an automated email from the ASF dual-hosted git repository.

dmvolod pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit d79b90ca10afacb980e00c4cfb4795f7db263bca
Author: Dimitrios Liapis <di...@gmail.com>
AuthorDate: Fri May 17 23:32:12 2019 +0200

    CAMEL-13209 Upgrading gRPC JWT version to 3.7.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index eae6d50..1ba5236 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -261,7 +261,7 @@
         <grpc-version>1.20.0</grpc-version>
         <grpc-google-auth-library-version>0.13.0</grpc-google-auth-library-version>
         <grpc-guava-version>26.0-android</grpc-guava-version>
-        <grpc-java-jwt-version>3.2.0</grpc-java-jwt-version>
+        <grpc-java-jwt-version>3.7.0</grpc-java-jwt-version>
         <grpc-netty-tcnative-boringssl-static-version>2.0.22.Final</grpc-netty-tcnative-boringssl-static-version>
         <grpc-bundle-version>1.20.0_1</grpc-bundle-version>
         <grpc-errorprone-version>2.3.2</grpc-errorprone-version>