This is an automated email from the ASF dual-hosted git repository. lgoldstein pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit 86b5dff3512ff8911c03a360c487814695ef8605 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Fri Mar 26 09:08:42 2021 +0300 Updated test containers version to 1.15.2 --- sshd-sftp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshd-sftp/pom.xml b/sshd-sftp/pom.xml index d45c797..2470fff 100644 --- a/sshd-sftp/pom.xml +++ b/sshd-sftp/pom.xml @@ -90,7 +90,7 @@ <groupId>org.testcontainers</groupId> <artifactId>testcontainers-bom</artifactId> <type>pom</type> - <version>1.15.1</version> + <version>1.15.2</version> <scope>import</scope> </dependency> </dependencies>