This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 2_1_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 3e3e66f0b5eadac3b77b14450b16eced2442ca2b Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Mon Sep 14 14:59:07 2020 +0200 Upgrading docker-maven-plugin and JUnit --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fc7b671..961fae5 100644 --- a/pom.xml +++ b/pom.xml @@ -449,7 +449,7 @@ under the License. <h2.version>1.4.200</h2.version> - <junit.version>5.6.2</junit.version> + <junit.version>5.7.0</junit.version> <mockito.version>3.5.10</mockito.version> <conf.directory>${project.build.directory}/test-classes</conf.directory> @@ -2075,7 +2075,7 @@ under the License. <plugin> <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> - <version>0.33.0</version> + <version>0.34.0</version> </plugin> <plugin>
