You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/14 10:44:20 UTC

[camel] 01/02: Upgrade java-jwt 4.4.0

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

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

commit edffb1e6e35edf44752e69a813709b0e92b3474f
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jul 14 12:40:55 2023 +0200

    Upgrade java-jwt 4.4.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index bc6eece51cb..5b8bc21e370 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -191,7 +191,7 @@
         <grpc-version>1.56.0</grpc-version>
         <!-- keep grpc-google-auth-library-version in sync with that used by grpc-auth -->
         <grpc-google-auth-library-version>1.5.3</grpc-google-auth-library-version>
-        <grpc-java-jwt-version>4.3.0</grpc-java-jwt-version>
+        <grpc-java-jwt-version>4.4.0</grpc-java-jwt-version>
         <grpc-netty-tcnative-boringssl-static-version>2.0.59.Final</grpc-netty-tcnative-boringssl-static-version>
         <gson-version>2.10.1</gson-version>
         <guava-version>32.0.1-jre</guava-version>