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/08/04 09:02:58 UTC

[camel] branch main updated: Upgrade grpc 1.57.1 (#10995)

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


The following commit(s) were added to refs/heads/main by this push:
     new c39eb5f27ee Upgrade grpc 1.57.1 (#10995)
c39eb5f27ee is described below

commit c39eb5f27ee78adf4e93812ef49b2078db2fcb62
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Aug 4 11:02:52 2023 +0200

    Upgrade grpc 1.57.1 (#10995)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 04f93dc54a5..e380c5e7d0b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -183,7 +183,7 @@
         <graphql-java-version>21.0</graphql-java-version>
         <greenmail-version>2.0.0</greenmail-version>
         <grizzly-websockets-version>2.4.4</grizzly-websockets-version>
-        <grpc-version>1.56.1</grpc-version>
+        <grpc-version>1.57.1</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.4.0</grpc-java-jwt-version>