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 2021/01/02 07:14:46 UTC

[mina-sshd] 07/15: Ugraded testcontainers version to 1.15.1

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 cb255ca51044da8af7bd35f8be77ab785d5194cd
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 31 20:56:41 2020 +0200

    Ugraded testcontainers version to 1.15.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 a331962..d45c797 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.0</version>
+                <version>1.15.1</version>
                 <scope>import</scope>
             </dependency>
         </dependencies>