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 e3aff658c9b6bf25a44e645e9afe73e8e861128b
Author: Lyor Goldstein <lgoldst...@apache.org>
AuthorDate: Fri May 15 07:12:31 2020 +0300

    Upraded testcontainers version to 1.14.1
---
 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 4cf78e3..f581b1d 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.0</version>
+                <version>1.14.1</version>
                 <scope>import</scope>
             </dependency>
         </dependencies>

Reply via email to