This is an automated email from the ASF dual-hosted git repository. gnodet 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 b7e1bd5bd Bump grpc.version from 1.27.2 to 1.65.1 (#558) b7e1bd5bd is described below commit b7e1bd5bd3c215b076141308503cc59bfb585067 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Jul 26 14:57:16 2024 +0200 Bump grpc.version from 1.27.2 to 1.65.1 (#558) Bumps `grpc.version` from 1.27.2 to 1.65.1. Updates `io.grpc:grpc-netty-shaded` from 1.27.2 to 1.65.1 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.27.2...v1.65.1) Updates `io.grpc:grpc-protobuf` from 1.27.2 to 1.65.1 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.27.2...v1.65.1) Updates `io.grpc:grpc-stub` from 1.27.2 to 1.65.1 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.27.2...v1.65.1) --- updated-dependencies: - dependency-name: io.grpc:grpc-netty-shaded dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: io.grpc:grpc-protobuf dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: io.grpc:grpc-stub dependency-type: direct:development update-type: version-update:semver-minor ... 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 6ff8ccb1f..fa2164e24 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ <junit.version>4.13.2</junit.version> <bytebuddy.version>1.12.6</bytebuddy.version> <testcontainers.version>1.16.2</testcontainers.version> - <grpc.version>1.27.2</grpc.version> <!-- Used only in tests --> + <grpc.version>1.65.1</grpc.version> <!-- Used only in tests --> <!-- addresses multi transitive versions of jna under org.testcontainers:testcontainers:1.15.3 --> <jna.version>5.8.0</jna.version>