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/10/19 18:29:35 UTC

[mina-sshd] 08/14: Upgraded test containers version to 1.16.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 2d4d0741f224c5d31823f1f2197dd2aec56b099c
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Oct 19 20:03:17 2021 +0300

    Upgraded test containers version to 1.16.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9b9e392..563c9c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
         <jgit.version>5.13.0.202109080827-r</jgit.version>
         <junit.version>4.13.2</junit.version>
         <bytebuddy.version>1.11.21</bytebuddy.version>
-        <testcontainers.version>1.16.0</testcontainers.version>
+        <testcontainers.version>1.16.1</testcontainers.version>
         <!-- addresses multi transitive versions of jna under org.testcontainers:testcontainers:1.15.3 -->
         <jna.version>5.8.0</jna.version>