Skip to content

Commit 7dde76e

Browse files
Bump io.grpc:grpc-netty-shaded in /end2end-test-examples/echo-client
Bumps [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) from 1.53.0 to 1.75.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.53.0...v1.75.0) --- updated-dependencies: - dependency-name: io.grpc:grpc-netty-shaded dependency-version: 1.75.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e83f297 commit 7dde76e

File tree

1 file changed

+1
-1
lines changed
  • end2end-test-examples/echo-client

1 file changed

+1
-1
lines changed

end2end-test-examples/echo-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<properties>
2020
<maven.compiler.source>8</maven.compiler.source>
2121
<maven.compiler.target>8</maven.compiler.target>
22-
<grpc.version>1.53.0</grpc.version>
22+
<grpc.version>1.75.0</grpc.version>
2323
<protobuf.version>3.9.0</protobuf.version>
2424
<protoc.version>${protobuf.version}</protoc.version>
2525
<opencensus.version>0.31.0</opencensus.version>

0 commit comments

Comments
 (0)