You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/07/27 13:00:07 UTC

[syncope] branch master updated: Upgrading Wicket Bootstrap, Checkstyle and gmavenplus-plugin

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


The following commit(s) were added to refs/heads/master by this push:
     new 6d2a8a2  Upgrading Wicket Bootstrap, Checkstyle and gmavenplus-plugin
6d2a8a2 is described below

commit 6d2a8a2cbeb25b11aa0bd33737ee0a7f64adf4dc
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Jul 27 14:58:41 2020 +0200

    Upgrading Wicket Bootstrap, Checkstyle and gmavenplus-plugin
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index a26af34..b5959f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -470,7 +470,7 @@ under the License.
 
     <wicket.version>9.0.0</wicket.version>
     <wicket-jqueryui.version>9.0.0-M5.1</wicket-jqueryui.version>
-    <wicket-bootstrap.version>5.0.0-M2</wicket-bootstrap.version>
+    <wicket-bootstrap.version>5.0.0</wicket-bootstrap.version>
     <wicket-spring-boot.version>3.0.4</wicket-spring-boot.version>
 
     <ianal-maven-plugin-version>1.0-alpha-1</ianal-maven-plugin-version>
@@ -2334,7 +2334,7 @@ under the License.
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>8.35-SNAPSHOT</version>
+              <version>8.35</version>
             </dependency>
           </dependencies>
           <configuration>
@@ -2488,7 +2488,7 @@ under the License.
       <plugin>
         <groupId>org.codehaus.gmavenplus</groupId>
         <artifactId>gmavenplus-plugin</artifactId>
-        <version>1.9.0</version>
+        <version>1.9.1</version>
         <dependencies>
           <dependency>
             <groupId>org.codehaus.groovy</groupId>