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 2ed5940ee57 chore(deps): Bump io.grpc:grpc-bom from 1.64.0 to 1.65.0 (#14697) 2ed5940ee57 is described below commit 2ed5940ee5777f76610913f8cb19d1bf6f3f722a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Jul 2 13:37:46 2024 +0200 chore(deps): Bump io.grpc:grpc-bom from 1.64.0 to 1.65.0 (#14697) Bumps [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) from 1.64.0 to 1.65.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.64.0...v1.65.0) --- updated-dependencies: - dependency-name: io.grpc:grpc-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@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 78e2ba0a4bb..3b2bfe86bbc 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -196,7 +196,7 @@ <greenmail-version>2.0.1</greenmail-version> <grizzly-websockets-version>2.4.4</grizzly-websockets-version> <groovy-version>4.0.22</groovy-version> - <grpc-version>1.64.0</grpc-version> + <grpc-version>1.65.0</grpc-version> <!-- keep grpc-google-auth-library-version in sync with that used by grpc-auth --> <grpc-google-auth-library-version>1.23.0</grpc-google-auth-library-version> <grpc-java-jwt-version>4.4.0</grpc-java-jwt-version>