You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mt...@apache.org on 2022/10/06 13:03:00 UTC

[nifi] branch main updated: NIFI-10596 Update Test Containers

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

mthomsen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new a721e03000 NIFI-10596 Update Test Containers
a721e03000 is described below

commit a721e030005d52db559651300e34bbd31dbd8739
Author: UcanInfosec <10...@users.noreply.github.com>
AuthorDate: Wed Oct 5 13:56:47 2022 -0400

    NIFI-10596 Update Test Containers
    
    This closes #6488
    
    Signed-off-by: Mike Thomsen <mt...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 041bb5c333..d8ee172dc8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
         <org.apache.httpcomponents.httpclient.version>4.5.13</org.apache.httpcomponents.httpclient.version>
         <org.apache.httpcomponents.httpcore.version>4.4.15</org.apache.httpcomponents.httpcore.version>
         <org.bouncycastle.version>1.70</org.bouncycastle.version>
-        <testcontainers.version>1.17.3</testcontainers.version>
+        <testcontainers.version>1.17.5</testcontainers.version>
         <org.slf4j.version>1.7.36</org.slf4j.version>
         <ranger.version>2.3.0</ranger.version>
         <jetty.version>9.4.49.v20220914</jetty.version>