Bump grpc.version from 1.62.2 to 1.64.0 (#3394)

Bumps `grpc.version` from 1.62.2 to 1.64.0.

Updates `io.grpc:grpc-netty` from 1.62.2 to 1.64.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.62.2...v1.64.0)

Updates `io.grpc:grpc-protobuf` from 1.62.2 to 1.64.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.62.2...v1.64.0)

Updates `io.grpc:grpc-stub` from 1.62.2 to 1.64.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.62.2...v1.64.0)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-netty
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-stub
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-09-27 12:25:07 -04:00
committed by GitHub
parent ae0d23a326
commit 51f8eaba88
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
<properties>
<protoc.version>3.25.1</protoc.version>
<grpc.version>1.62.2</grpc.version>
<grpc.version>1.64.0</grpc.version>
</properties>
<parent>

View File

@@ -16,7 +16,7 @@
<description>Spring Cloud Gateway Server</description>
<properties>
<main.basedir>${basedir}/..</main.basedir>
<grpc.version>1.62.2</grpc.version>
<grpc.version>1.64.0</grpc.version>
</properties>
<dependencies>