Browse Source

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>
main
dependabot[bot] 11 months ago committed by GitHub
parent
commit
1e09e2f51d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      spring-cloud-gateway-integration-tests/grpc/pom.xml
  2. 2
      spring-cloud-gateway-server/pom.xml

2
spring-cloud-gateway-integration-tests/grpc/pom.xml

@ -11,7 +11,7 @@ @@ -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>

2
spring-cloud-gateway-server/pom.xml

@ -16,7 +16,7 @@ @@ -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>

Loading…
Cancel
Save