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/10/02 06:55:22 UTC

[syncope] branch master updated (45ce91e -> fa82b82)

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 45ce91e  Uprading Pac4J, Mockito and cargo-maven2-plugin
     new 9499614  Upgrading checkstyle and wicket-jqueryui
     new 325c6da  Upgrading Groovy
     new fa82b82  Upgrading Jackson and Swagger Core

The 3 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 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


[syncope] 02/03: Upgrading Groovy

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 325c6da5ebea8748cec183604c7bd332809f1c1d
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Sep 30 12:15:34 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index b2d3288..afb98fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -424,7 +424,7 @@ under the License.
 
     <cocoon.version>3.0.0-alpha-3</cocoon.version>
 
-    <groovy.version>3.0.5</groovy.version>
+    <groovy.version>3.0.6</groovy.version>
 
     <flowable.version>6.5.0</flowable.version>
 


[syncope] 03/03: Upgrading Jackson and Swagger Core

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 fa82b8266c0c664c49d010d397a9ffb3f6ab4555
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Oct 2 08:45:07 2020 +0200

    Upgrading Jackson and Swagger Core
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index afb98fe..58b8694 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,7 +407,7 @@ under the License.
     <cxf.version>3.4.0</cxf.version>
     <bouncycastle.version>1.66</bouncycastle.version>
 
-    <jackson.version>2.11.2</jackson.version>
+    <jackson.version>2.11.3</jackson.version>
 
     <spring.version>5.2.9.RELEASE</spring.version>
     <spring-security.version>5.4.0</spring-security.version>
@@ -457,7 +457,7 @@ under the License.
     <junit.version>5.7.0</junit.version>
     <mockito.version>3.5.13</mockito.version>
 
-    <swagger-core.version>2.1.4</swagger-core.version>
+    <swagger-core.version>2.1.5</swagger-core.version>
     <swagger-ui.version>3.34.0</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>


[syncope] 01/03: Upgrading checkstyle and wicket-jqueryui

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 9499614088b35755179fc91e357d9f258407e073
Author: Francesco Chicchiriccò <il...@apache.org>
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>