Skip to content

Commit c522c23

Browse files
Bump grpc.version from 1.68.1 to 1.70.0
Bumps `grpc.version` from 1.68.1 to 1.70.0. Updates `io.grpc:grpc-netty` from 1.68.1 to 1.70.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.68.1...v1.70.0) Updates `io.grpc:grpc-protobuf` from 1.68.1 to 1.70.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.68.1...v1.70.0) Updates `io.grpc:grpc-stub` from 1.68.1 to 1.70.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.68.1...v1.70.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] <[email protected]>
1 parent d5f84f0 commit c522c23

File tree

2 files changed

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

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<properties>
1414
<protoc.version>3.25.1</protoc.version>
15-
<grpc.version>1.68.1</grpc.version>
15+
<grpc.version>1.70.0</grpc.version>
1616
</properties>
1717

1818
<parent>

spring-cloud-gateway-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<description>Spring Cloud Gateway Server</description>
1717
<properties>
1818
<main.basedir>${basedir}/..</main.basedir>
19-
<grpc.version>1.68.1</grpc.version>
19+
<grpc.version>1.70.0</grpc.version>
2020
<context-propagation.version>1.0.0</context-propagation.version>
2121
</properties>
2222

0 commit comments

Comments
 (0)