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 aee347134 Bump grpc.version from 1.72.0 to 1.73.0 (#756)
aee347134 is described below
commit aee347134d74ed08fbc19b8741a65d399b842756
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 14 19:36:31 2025 +0200
Bump grpc.version from 1.72.0 to 1.73.0 (#756)
Bumps `grpc.version` from 1.72.0 to 1.73.0.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.72.0...v1.73.0)
Signed-off-by: dependabot[bot] <[email protected]>
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 78d792b73..88cc784d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
<mockito.version>4.11.0</mockito.version>
<bytebuddy.version>1.17.5</bytebuddy.version>
<testcontainers.version>1.21.0</testcontainers.version>
- <grpc.version>1.72.0</grpc.version> <!-- Used only in tests -->
+ <grpc.version>1.73.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>