Bump grpc.version from 1.59.0 to 1.62.2 (#3283)

Bumps `grpc.version` from 1.59.0 to 1.62.2.

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

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

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

---
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-03-08 10:00:18 -05:00
committed by GitHub
parent 25575ecc2d
commit ea1cff0fbc
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.59.1</grpc.version>
<grpc.version>1.62.2</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.59.0</grpc.version>
<grpc.version>1.62.2</grpc.version>
<context-propagation.version>1.0.0</context-propagation.version>
</properties>