You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2023/03/31 07:40:21 UTC

[camel] branch main updated: CAMEL-18463: Upgrade gRPC to 1.54.0

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

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


The following commit(s) were added to refs/heads/main by this push:
     new f56c6a6674e CAMEL-18463: Upgrade gRPC to 1.54.0
f56c6a6674e is described below

commit f56c6a6674e8fee63f4a6abf8a100333b444f8b8
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Mar 31 07:46:30 2023 +0100

    CAMEL-18463: Upgrade gRPC to 1.54.0
---
 camel-dependencies/pom.xml | 8 ++++----
 parent/pom.xml             | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 129f456ca88..7e7248d0889 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -192,13 +192,13 @@
         <graaljs-version>22.3.0</graaljs-version>
         <graphql-java-version>18.4</graphql-java-version>
         <grizzly-websockets-version>2.4.4</grizzly-websockets-version>
-        <grpc-version>1.48.2</grpc-version>
+        <grpc-version>1.54.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-guava-version>31.1-jre</grpc-guava-version>
-        <grpc-java-jwt-version>3.19.2</grpc-java-jwt-version>
-        <grpc-netty-tcnative-boringssl-static-version>2.0.54.Final</grpc-netty-tcnative-boringssl-static-version>
-        <grpc-protobuf-version>3.21.7</grpc-protobuf-version>
+        <grpc-java-jwt-version>4.3.0</grpc-java-jwt-version>
+        <grpc-netty-tcnative-boringssl-static-version>2.0.59.Final</grpc-netty-tcnative-boringssl-static-version>
+        <grpc-protobuf-version>3.22.2</grpc-protobuf-version>
         <gson-version>2.10.1</gson-version>
         <guava-eventbus-version>31.1-jre</guava-eventbus-version>
         <guice3-version>3.0</guice3-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index c6dd4b5a161..06ce04be4dd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -187,13 +187,13 @@
         <graaljs-version>22.3.0</graaljs-version>
         <graphql-java-version>18.4</graphql-java-version>
         <grizzly-websockets-version>2.4.4</grizzly-websockets-version>
-        <grpc-version>1.48.2</grpc-version>
+        <grpc-version>1.54.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-guava-version>31.1-jre</grpc-guava-version>
-        <grpc-java-jwt-version>3.19.2</grpc-java-jwt-version>
-        <grpc-netty-tcnative-boringssl-static-version>2.0.54.Final</grpc-netty-tcnative-boringssl-static-version>
-        <grpc-protobuf-version>3.21.7</grpc-protobuf-version>
+        <grpc-java-jwt-version>4.3.0</grpc-java-jwt-version>
+        <grpc-netty-tcnative-boringssl-static-version>2.0.59.Final</grpc-netty-tcnative-boringssl-static-version>
+        <grpc-protobuf-version>3.22.2</grpc-protobuf-version>
         <gson-version>2.10.1</gson-version>
         <guava-eventbus-version>31.1-jre</guava-eventbus-version>
         <guice3-version>3.0</guice3-version>