This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new fb4f00ece5 NIFI-11515 Upgraded docker-compose-junit-jupiter from 1.8.0
to 2.0.0
fb4f00ece5 is described below
commit fb4f00ece5f1d88bea865d8112bbd321f7e85190
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]>
(cherry picked from commit 73ecb54c42d7f5cc635b9cb3eeed2c340bd7fe24)
---
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 1562dce3f6..a03e5cd6e2 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 7786229905..9476e1ca57 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>