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:19 UTC

[camel] branch main updated (98d59b60928 -> c8a09c357d5)

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

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


    from 98d59b60928 Upgrade zendesk 0.22.1
     new edffb1e6e35 Upgrade java-jwt 4.4.0
     new c8a09c357d5 Upgrade nimbus

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


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

Posted by da...@apache.org.
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>


[camel] 02/02: Upgrade nimbus

Posted by da...@apache.org.
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 c8a09c357d537542d85dfa768dd12257bdc2e653
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jul 14 12:43:30 2023 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 5b8bc21e370..aeb08055fcc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -370,7 +370,7 @@
         <netty-version>4.1.94.Final</netty-version>
         <netty-reactive-streams-version>2.0.5</netty-reactive-streams-version>
         <networknt-json-schema-validator-version>1.0.86</networknt-json-schema-validator-version>
-        <nimbus-jose-jwt>9.22</nimbus-jose-jwt>
+        <nimbus-jose-jwt>9.31</nimbus-jose-jwt>
         <nitrite-version>3.4.4</nitrite-version>
         <okclient-version>3.14.9</okclient-version>
         <olingo2-version>2.0.12</olingo2-version>