mirror of https://github.com/apache/nifi.git
NIFI-11515 Upgraded docker-compose-junit-jupiter from 1.8.0 to 2.0.0
This closes #7223 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
aad7b40bd9
commit
73ecb54c42
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue