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 f9addcd63 Bump testcontainers.version from 1.20.1 to 1.20.5 (#675) f9addcd63 is described below commit f9addcd639863af47eac3b5d35402a29b30e656f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Mar 4 20:06:32 2025 +0100 Bump testcontainers.version from 1.20.1 to 1.20.5 (#675) Bumps `testcontainers.version` from 1.20.1 to 1.20.5. Updates `org.testcontainers:testcontainers` from 1.20.1 to 1.20.5 - [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.20.1...1.20.5) Updates `org.testcontainers:testcontainers-bom` from 1.20.1 to 1.20.5 - [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.20.1...1.20.5) 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 02005c22a..089df1da1 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.2</bytebuddy.version> - <testcontainers.version>1.20.1</testcontainers.version> + <testcontainers.version>1.20.5</testcontainers.version> <grpc.version>1.70.0</grpc.version> <!-- Used only in tests --> <maven.archiver.version>3.6.3</maven.archiver.version>