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/12/25 08:30:28 UTC

(camel) branch main updated: Bump io.grpc:grpc-bom from 1.60.0 to 1.60.1 (#12596)

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 4d31866115a Bump io.grpc:grpc-bom from 1.60.0 to 1.60.1 (#12596)
4d31866115a is described below

commit 4d31866115a904e0e2084d454bee8f24cc7131c9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 25 09:30:21 2023 +0100

    Bump io.grpc:grpc-bom from 1.60.0 to 1.60.1 (#12596)
    
    Bumps [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) from 1.60.0 to 1.60.1.
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.60.0...v1.60.1)
    
    ---
    updated-dependencies:
    - dependency-name: io.grpc:grpc-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0fa0dbaebfd..dbf8882b69f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -182,7 +182,7 @@
         <graphql-java-version>21.3</graphql-java-version>
         <greenmail-version>2.0.1</greenmail-version>
         <grizzly-websockets-version>2.4.4</grizzly-websockets-version>
-        <grpc-version>1.60.0</grpc-version>
+        <grpc-version>1.60.1</grpc-version>
         <!-- keep grpc-google-auth-library-version in sync with that used by grpc-auth -->
         <grpc-google-auth-library-version>1.20.0</grpc-google-auth-library-version>
         <grpc-java-jwt-version>4.4.0</grpc-java-jwt-version>