Skip to content

Commit

Permalink
Bump grpc.version from 1.62.2 to 1.64.0
Browse files Browse the repository at this point in the history
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](grpc/grpc-java@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](grpc/grpc-java@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](grpc/grpc-java@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>
  • Loading branch information
dependabot[bot] committed May 15, 2024
1 parent 58c8441 commit a626664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spring-cloud-gateway-integration-tests/grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-gateway-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a626664

Please sign in to comment.