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/01/24 16:47:50 UTC

[knox] 09/09: KNOX-2191 - Upgrade testcontainers to 1.12.5

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 693961ef53a7bae432692eecf64eef9e4b4070e6
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Fri Jan 24 10:35:58 2020 -0500

    KNOX-2191 - Upgrade testcontainers to 1.12.5
    
    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 3ffde7a..269ad21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -248,7 +248,7 @@
         <spring-vault.version>2.2.1.RELEASE</spring-vault.version>
         <stax2-api.version>4.2</stax2-api.version>
         <taglibs-standard.version>1.2.5</taglibs-standard.version>
-        <testcontainers.version>1.12.4</testcontainers.version>
+        <testcontainers.version>1.12.5</testcontainers.version>
         <txw2.version>2.4.0-b180830.0438</txw2.version>
         <velocity.version>1.7</velocity.version>
         <woodstox-core.version>6.0.3</woodstox-core.version>