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/12/02 06:57:40 UTC

[syncope] branch master updated (f3bd04e -> 342863b)

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 f3bd04e  Upgrading Swagger UI and Checkstyle
     new 0a7e24b  Upgrading Bouncycastle
     new 342863b  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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

[syncope] 01/02: Upgrading Bouncycastle

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 0a7e24b59c50068e769bd5198cade4956d7aaf85
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Dec 1 15:54:39 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 1ee8d43..98f8ecb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -404,7 +404,7 @@ under the License.
     <connid.servicenow.version>1.0.0</connid.servicenow.version>
 
     <cxf.version>3.4.5</cxf.version>
-    <bouncycastle.version>1.69</bouncycastle.version>
+    <bouncycastle.version>1.70</bouncycastle.version>
     <nimbus-jose-jwt.version>9.15.2</nimbus-jose-jwt.version>
 
     <jackson.version>2.13.0</jackson.version>

[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 342863b6eed55c3eb07c0c183a7ab95c7f516d95
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Dec 2 07:49:28 2021 +0100

    Upgrading Wicket
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 98f8ecb..2a756cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -468,8 +468,8 @@ under the License.
     <jsplumb.version>2.0.7</jsplumb.version>
     <chartjs.version>1.0.2</chartjs.version>
 
-    <wicket.version>9.6.0</wicket.version>
-    <wicketstuff.version>9.5.0</wicketstuff.version>
+    <wicket.version>9.7.0</wicket.version>
+    <wicketstuff.version>9.6.0</wicketstuff.version>
     <wicket-jqueryui.version>9.5.0</wicket-jqueryui.version>
     <wicket-bootstrap.version>5.0.5</wicket-bootstrap.version>
     <wicket-spring-boot.version>3.0.4</wicket-spring-boot.version>