This is an automated email from the ASF dual-hosted git repository. twolf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push: new 102102226 Bump grpc.version from 1.70.0 to 1.71.0 (#687) 102102226 is described below commit 102102226b6ef6d06a70c2052bbc18552ca14960 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Mar 13 15:56:51 2025 +0100 Bump grpc.version from 1.70.0 to 1.71.0 (#687) Bumps `grpc.version` from 1.70.0 to 1.71.0. Updates `io.grpc:grpc-netty-shaded` from 1.70.0 to 1.71.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.70.0...v1.71.0) Updates `io.grpc:grpc-protobuf` from 1.70.0 to 1.71.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.70.0...v1.71.0) Updates `io.grpc:grpc-stub` from 1.70.0 to 1.71.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.70.0...v1.71.0) Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8ec135815..55f8321c7 100644 --- a/pom.xml +++ b/pom.xml @@ -113,7 +113,7 @@ <mockito.version>4.11.0</mockito.version> <bytebuddy.version>1.17.2</bytebuddy.version> <testcontainers.version>1.20.6</testcontainers.version> - <grpc.version>1.70.0</grpc.version> <!-- Used only in tests --> + <grpc.version>1.71.0</grpc.version> <!-- Used only in tests --> <maven.archiver.version>3.6.3</maven.archiver.version> <plexus.archiver.version>4.10.0</plexus.archiver.version>