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 07:32:43 UTC

[camel] branch grpc created (now 689f15b33fb)

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

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


      at 689f15b33fb Upgrade grpc 1.57.1

This branch includes the following new commits:

     new 689f15b33fb Upgrade grpc 1.57.1

The 1 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.



[camel] 01/01: Upgrade grpc 1.57.1

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 689f15b33fb383bb60e8155ae05c38280a65a940
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Aug 4 09:31:55 2023 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 8a1e47c0c37..3616f2725b4 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>