You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2022/07/11 15:40:37 UTC

[nifi] branch main updated: NIFI-10195 Upgraded Testcontainers to 1.17.3

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

exceptionfactory 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 291bd40013 NIFI-10195 Upgraded Testcontainers to 1.17.3
291bd40013 is described below

commit 291bd40013613d38ec5df7493669c0a8bcbbcaf9
Author: mr1716 <ms...@rit.edu>
AuthorDate: Tue Jul 5 08:52:04 2022 -0400

    NIFI-10195 Upgraded Testcontainers to 1.17.3
    
    This closes #6179
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 .../nifi-framework-bundle/nifi-framework/nifi-file-authorizer/pom.xml   | 2 +-
 .../nifi-framework-bundle/nifi-framework/nifi-shell-authorizer/pom.xml  | 2 +-
 nifi-registry/pom.xml                                                   | 2 +-
 pom.xml                                                                 | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/pom.xml
index 6d9a587f69..d224219eb6 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/pom.xml
@@ -239,7 +239,7 @@
         <dependency>
             <groupId>org.testcontainers</groupId>
             <artifactId>testcontainers</artifactId>
-            <version>1.11.3</version>
+            <version>1.17.3</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-shell-authorizer/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-shell-authorizer/pom.xml
index 5fdf49b916..8144fa098b 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-shell-authorizer/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-shell-authorizer/pom.xml
@@ -30,7 +30,7 @@
         <dependency>
             <groupId>org.testcontainers</groupId>
             <artifactId>testcontainers</artifactId>
-            <version>1.11.3</version>
+            <version>1.17.3</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 82bf000f35..6947443fee 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -40,7 +40,7 @@
         <flyway.version>8.4.2</flyway.version>
         <flyway.tests.version>7.0.0</flyway.tests.version>
         <swagger.ui.version>3.12.0</swagger.ui.version>
-        <testcontainers.version>1.16.0</testcontainers.version>
+        <testcontainers.version>1.17.3</testcontainers.version>
         <groovy.eclipse.compiler.version>3.4.0-01</groovy.eclipse.compiler.version>
         <jaxb.version>2.3.2</jaxb.version>
         <jgit.version>5.13.0.202109080827-r</jgit.version>
diff --git a/pom.xml b/pom.xml
index 7112e9a0e1..ab910830e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -315,7 +315,7 @@
             <dependency>
                 <groupId>org.testcontainers</groupId>
                 <artifactId>testcontainers</artifactId>
-                <version>1.11.3</version>
+                <version>1.17.3</version>
                 <scope>test</scope>
             </dependency>
             <!-- These Jetty dependencies are required for the Jetty Web Server all nars extend from it so we dont want this getting overriden -->