From 73ecb54c42d7f5cc635b9cb3eeed2c340bd7fe24 Mon Sep 17 00:00:00 2001 From: mr1716 Date: Tue, 2 May 2023 08:38:11 -0400 Subject: [PATCH] NIFI-11515 Upgraded docker-compose-junit-jupiter from 1.8.0 to 2.0.0 This closes #7223 Signed-off-by: David Handermann --- 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. com.palantir.docker.compose docker-compose-junit-jupiter - 1.8.0 + 2.0.0 test 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. com.palantir.docker.compose docker-compose-junit-jupiter - 1.8.0 + 2.0.0 test