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 8f7b9bf6f Bump testcontainers.version from 1.21.0 to 1.21.3 (#777) 8f7b9bf6f is described below commit 8f7b9bf6f78d2c33f888279dd7266fdda98e022c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Jul 21 20:38:44 2025 +0200 Bump testcontainers.version from 1.21.0 to 1.21.3 (#777) Bumps `testcontainers.version` from 1.21.0 to 1.21.3. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.21.0...1.21.3) 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 8e6ef89f8..dbf13d689 100644 --- a/pom.xml +++ b/pom.xml @@ -112,7 +112,7 @@ <!-- mockito 5.0 requires Java 11. --> <mockito.version>4.11.0</mockito.version> <bytebuddy.version>1.17.5</bytebuddy.version> - <testcontainers.version>1.21.0</testcontainers.version> + <testcontainers.version>1.21.3</testcontainers.version> <grpc.version>1.73.0</grpc.version> <!-- Used only in tests --> <maven.archiver.version>3.6.3</maven.archiver.version>