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 cdbb164893e7bb9c7caa827eea9938e61a9db433
Author: Lyor Goldstein <lgoldst...@apache.org>
AuthorDate: Fri Jun 19 10:23:10 2020 +0300

    Upgraded testcontainers version to 1.14.3
---
 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 7c59394..fd89e4e 100644
--- a/sshd-sftp/pom.xml
+++ b/sshd-sftp/pom.xml
@@ -103,7 +103,7 @@
                 <groupId>org.testcontainers</groupId>
                 <artifactId>testcontainers-bom</artifactId>
                 <type>pom</type>
-                <version>1.14.1</version>
+                <version>1.14.3</version>
                 <scope>import</scope>
             </dependency>
         </dependencies>

Reply via email to