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/11/22 20:17:42 UTC

(camel) 02/02: CAMEL-19473: Upgrade grpc 1.57.1

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

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

commit 9cbbf2cbaafddf50d6530d5ee8722173c8bb41f6
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Nov 22 21:16:52 2023 +0100

    CAMEL-19473: Upgrade grpc 1.57.1
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index c253a6c97d2..e148e12f9c6 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -236,7 +236,7 @@
     <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-version>1.48.2</grpc-version>
+    <grpc-version>1.57.1</grpc-version>
     <gson-version>2.9.1</gson-version>
     <guava-eventbus-version>28.2-jre</guava-eventbus-version>
     <guice3-version>3.0</guice3-version>