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 2021/11/03 12:24:01 UTC

[syncope] branch master updated (197caa2 -> 30a9ab9)

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git.


    from 197caa2  Upgrading Spring Boot
     new d2911fa  Upgrading checkstyle
     new 30a9ab9  Upgrading Wicket

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[syncope] 01/02: Upgrading checkstyle

Posted by il...@apache.org.
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 d2911fa88c273c50323e0189ee3436feecee02f8
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Nov 2 08:36:20 2021 +0100

    Upgrading checkstyle
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c536a37..de2576e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2201,7 +2201,7 @@ under the License.
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>9.0.1</version>
+              <version>9.1</version>
             </dependency>
           </dependencies>
           <configuration>

[syncope] 02/02: Upgrading Wicket

Posted by il...@apache.org.
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 30a9ab91b34ca633878357fd26402906b423356d
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Nov 3 09:02:00 2021 +0100

    Upgrading Wicket
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index de2576e..023547c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -470,7 +470,7 @@ under the License.
     <jsplumb.version>2.0.7</jsplumb.version>
     <chartjs.version>1.0.2</chartjs.version>
 
-    <wicket.version>9.5.0</wicket.version>
+    <wicket.version>9.6.0</wicket.version>
     <wicketstuff.version>9.5.0</wicketstuff.version>
     <wicket-jqueryui.version>9.5.0</wicket-jqueryui.version>
     <wicket-bootstrap.version>5.0.5</wicket-bootstrap.version>