This is an automated email from the ASF dual-hosted git repository.
acosentino 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 7e1ed4fb52a chore(deps): Bump io.grpc:grpc-bom from 1.65.0 to 1.65.1
(#14833)
7e1ed4fb52a is described below
commit 7e1ed4fb52ac55f115c33204770c62224e9e2d66
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 16 10:40:32 2024 +0200
chore(deps): Bump io.grpc:grpc-bom from 1.65.0 to 1.65.1 (#14833)
Bumps [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) from 1.65.0 to
1.65.1.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.65.0...v1.65.1)
---
updated-dependencies:
- dependency-name: io.grpc:grpc-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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 5b32fec9113..0be413fc312 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.65.0</grpc-version>
+ <grpc-version>1.65.1</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>