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/01/08 16:19:20 UTC

[syncope] branch master updated (e81b5b2 -> f3314bb)

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 e81b5b2  Fixing minor issues introduced by latest changes
     new 8164fef  Upgrading Jackson
     new a9cec3b  Upgrading asciidoctorj-pdf
     new f3314bb  Upgrading Wicket

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


[syncope] 01/03: Upgrading Jackson

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 8164fef5a1eaa688c3b131c3b90bdc36e6034e3e
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Jan 7 07:56:38 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 5c2ac1d..d7d981a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -406,7 +406,7 @@ under the License.
 
     <cxf.version>3.3.4</cxf.version>
 
-    <jackson.version>2.10.1</jackson.version>
+    <jackson.version>2.10.2</jackson.version>
 
     <spring.version>5.2.2.RELEASE</spring.version>
     <spring-security.version>5.2.1.RELEASE</spring-security.version>


[syncope] 03/03: 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 f3314bbc1beefabb1d82fe3bf17f8b5a4a7aba23
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Jan 8 13:08:38 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 5fa666d..e50b936 100644
--- a/pom.xml
+++ b/pom.xml
@@ -481,7 +481,7 @@ under the License.
     <jsplumb.version>2.0.7</jsplumb.version>
     <chartjs.version>1.0.2</chartjs.version>
     
-    <wicket.version>8.6.1</wicket.version>
+    <wicket.version>8.7.0</wicket.version>
     <wicket-jqueryui.version>8.6.0</wicket-jqueryui.version>
     <wicket-bootstrap.version>2.0.11</wicket-bootstrap.version>
     <wicket-spring-boot.version>2.1.8</wicket-spring-boot.version>


[syncope] 02/03: Upgrading asciidoctorj-pdf

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 a9cec3b3ea3ca4f727807af51eb9f0d00ace882a
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Jan 7 17:58:54 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index d7d981a..5fa666d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2547,7 +2547,7 @@ under the License.
               <dependency>
                 <groupId>org.asciidoctor</groupId>
                 <artifactId>asciidoctorj-pdf</artifactId>
-                <version>1.5.0-beta.8</version>
+                <version>1.5.0-rc.1</version>
               </dependency>
             </dependencies>
             <configuration>