Bump grpc.version from 1.58.0 to 1.59.0 (#3109)

Bumps `grpc.version` from 1.58.0 to 1.59.0.

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

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

Updates `io.grpc:grpc-stub` from 1.58.0 to 1.59.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.58.0...v1.59.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]
2023-11-03 11:36:48 -04:00
committed by GitHub
parent a73778fefb
commit 1e09e2f51d
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
<description>Spring Cloud Gateway gRPC Integration Test</description>
<properties>
<grpc.version>1.58.0</grpc.version>
<grpc.version>1.59.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.58.0</grpc.version>
<grpc.version>1.59.0</grpc.version>
<context-propagation.version>1.0.0</context-propagation.version>
</properties>