Skip to content

Commit 8917ecb

Browse files
Bump grpc.version from 1.76.0 to 1.77.0
Bumps `grpc.version` from 1.76.0 to 1.77.0. Updates `io.grpc:grpc-netty` from 1.76.0 to 1.77.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.76.0...v1.77.0) Updates `io.grpc:grpc-protobuf` from 1.76.0 to 1.77.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.76.0...v1.77.0) Updates `io.grpc:grpc-stub` from 1.76.0 to 1.77.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.76.0...v1.77.0) --- updated-dependencies: - dependency-name: io.grpc:grpc-netty dependency-version: 1.77.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.grpc:grpc-protobuf dependency-version: 1.77.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.grpc:grpc-stub dependency-version: 1.77.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c8a1ea4 commit 8917ecb

File tree

2 files changed

+2
-2
lines changed
  • spring-cloud-gateway-integration-tests/grpc
  • spring-cloud-gateway-server-webflux

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<properties>
1414
<protoc.version>3.25.1</protoc.version>
1515
<protobuf.version>4.31.1</protobuf.version>
16-
<grpc.version>1.76.0</grpc.version>
16+
<grpc.version>1.77.0</grpc.version>
1717
</properties>
1818

1919
<parent>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</organization>
2222
<properties>
2323
<main.basedir>${basedir}/..</main.basedir>
24-
<grpc.version>1.76.0</grpc.version>
24+
<grpc.version>1.77.0</grpc.version>
2525
<protobuf.version>4.32.1</protobuf.version>
2626
<context-propagation.version>1.0.0</context-propagation.version>
2727
</properties>

0 commit comments

Comments
 (0)