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 0b15606 NIFI-8757 Upgraded MiNiFi docker-compose-rule-junit4 to 1.5.0
0b15606 is described below
commit 0b15606faedea044b40a0dff156bb267968fefb0
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Jul 5 11:30:13 2021 -0500
NIFI-8757 Upgraded MiNiFi docker-compose-rule-junit4 to 1.5.0
This closes #5198.
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 0698330..c916a31 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-rule-junit4</artifactId>
- <version>0.33.0</version>
+ <version>1.5.0</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/minifi/minifi-integration-tests/pom.xml
b/minifi/minifi-integration-tests/pom.xml
index 8d61f1f..4febe0f 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-rule-junit4</artifactId>
- <version>0.33.0</version>
+ <version>1.5.0</version>
<scope>test</scope>
</dependency>
<dependency>