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 73ecb54c42 NIFI-11515 Upgraded docker-compose-junit-jupiter from 1.8.0 
to 2.0.0
73ecb54c42 is described below

commit 73ecb54c42d7f5cc635b9cb3eeed2c340bd7fe24
Author: mr1716 <[email protected]>
AuthorDate: Tue May 2 08:38:11 2023 -0400

    NIFI-11515 Upgraded docker-compose-junit-jupiter from 1.8.0 to 2.0.0
    
    This closes #7223
    
    Signed-off-by: David Handermann <[email protected]>
---
 minifi/minifi-c2/minifi-c2-integration-tests/pom.xml | 2 +-
 minifi/minifi-integration-tests/pom.xml              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/minifi/minifi-c2/minifi-c2-integration-tests/pom.xml 
b/minifi/minifi-c2/minifi-c2-integration-tests/pom.xml
index 4bf01b9dd3..5828094c2d 100644
--- a/minifi/minifi-c2/minifi-c2-integration-tests/pom.xml
+++ b/minifi/minifi-c2/minifi-c2-integration-tests/pom.xml
@@ -56,7 +56,7 @@ limitations under the License.
         <dependency>
             <groupId>com.palantir.docker.compose</groupId>
             <artifactId>docker-compose-junit-jupiter</artifactId>
-            <version>1.8.0</version>
+            <version>2.0.0</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/minifi/minifi-integration-tests/pom.xml 
b/minifi/minifi-integration-tests/pom.xml
index 55af8dad85..8ee88687d2 100644
--- a/minifi/minifi-integration-tests/pom.xml
+++ b/minifi/minifi-integration-tests/pom.xml
@@ -40,7 +40,7 @@ limitations under the License.
         <dependency>
             <groupId>com.palantir.docker.compose</groupId>
             <artifactId>docker-compose-junit-jupiter</artifactId>
-            <version>1.8.0</version>
+            <version>2.0.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Reply via email to