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 9499614088b35755179fc91e357d9f258407e073 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Mon Sep 28 15:00:10 2020 +0200 Upgrading checkstyle and wicket-jqueryui --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6db4f0d..b2d3288 100644 --- a/pom.xml +++ b/pom.xml @@ -472,7 +472,7 @@ under the License. <chartjs.version>1.0.2</chartjs.version> <wicket.version>9.0.0</wicket.version> - <wicket-jqueryui.version>9.0.0-M5.1</wicket-jqueryui.version> + <wicket-jqueryui.version>9.0.0</wicket-jqueryui.version> <wicket-bootstrap.version>5.0.1</wicket-bootstrap.version> <wicket-spring-boot.version>3.0.4</wicket-spring-boot.version> @@ -2308,7 +2308,7 @@ under the License. <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>8.36</version> + <version>8.36.2</version> </dependency> </dependencies> <configuration>
