Skip to content

Commit bdba260

Browse files
Bump grpc.version from 1.47.0 to 1.47.1 (#3066)
Bumps `grpc.version` from 1.47.0 to 1.47.1. Updates `io.grpc:grpc-netty` from 1.47.0 to 1.47.1 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.47.0...v1.47.1) Updates `io.grpc:grpc-protobuf` from 1.47.0 to 1.47.1 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.47.0...v1.47.1) Updates `io.grpc:grpc-stub` from 1.47.0 to 1.47.1 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.47.0...v1.47.1) --- updated-dependencies: - dependency-name: io.grpc:grpc-netty dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.grpc:grpc-protobuf dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.grpc:grpc-stub dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0aee03e commit bdba260

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<description>Spring Cloud Gateway gRPC Integration Test</description>
1212

1313
<properties>
14-
<grpc.version>1.47.0</grpc.version>
14+
<grpc.version>1.47.1</grpc.version>
1515
</properties>
1616

1717
<parent>

spring-cloud-gateway-server/pom.xml

Lines changed: 1 addition & 1 deletion
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.47.0</grpc.version>
19+
<grpc.version>1.47.1</grpc.version>
2020
<context-propagation.version>1.0.0</context-propagation.version>
2121
</properties>
2222

0 commit comments

Comments
 (0)