You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2020/05/15 07:25:22 UTC

[mina-sshd] 07/17: Upraded testcontainers version to 1.14.1

This is an automated email from the ASF dual-hosted git repository.

lgoldstein pushed a commit to branch SSHD-966
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit 7a23ed13a6ac02687aafd7836af9376cd3d91e27
Author: Lyor Goldstein <lg...@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>