This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 8e2227361867ddaf4baef14f73091d07a7d39749 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Mon May 30 16:28:37 2022 +0200 Upgrading checkstyle and docker-maven-plugin --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4f82c6933d..d5b330f516 100644 --- a/pom.xml +++ b/pom.xml @@ -2231,7 +2231,7 @@ under the License. <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>10.1</version> + <version>10.3</version> </dependency> </dependencies> <configuration> @@ -2243,7 +2243,7 @@ under the License. <plugin> <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> - <version>0.39.1</version> + <version>0.40.0</version> </plugin> <plugin>
