You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2020/09/10 19:06:56 UTC

[knox] 06/06: KNOX-2447 - Upgrade testcontainers to 1.14.3

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

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git

commit b8d45cb5f0e37183de43062bd95e92f5863151d5
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Thu Sep 10 14:44:16 2020 -0400

    KNOX-2447 - Upgrade testcontainers to 1.14.3
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b66a5ba..7393712 100644
--- a/pom.xml
+++ b/pom.xml
@@ -258,7 +258,7 @@
         <stax-ex.version>1.8.3</stax-ex.version>
         <stax2-api.version>4.2</stax2-api.version>
         <taglibs-standard.version>1.2.5</taglibs-standard.version>
-        <testcontainers.version>1.13.0</testcontainers.version>
+        <testcontainers.version>1.14.3</testcontainers.version>
         <txw2.version>2.4.0-b180830.0438</txw2.version>
         <velocity.version>1.7</velocity.version>
         <woodstox-core.version>6.1.1</woodstox-core.version>