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 2022/09/26 07:03:04 UTC

[syncope] 02/02: Upgrading Nimbus JOSE JWT, Jackson, Wicket jQuery UI

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 75b3b07a0f6d0b1aa75ca0bc2fe090abc37c6003
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Sep 23 15:49:00 2022 +0200

    Upgrading Nimbus JOSE JWT, Jackson, Wicket jQuery UI
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2b1227a33c..9c70f9c74f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,9 +413,9 @@ under the License.
 
     <cxf.version>3.5.3</cxf.version>
     <bouncycastle.version>1.70</bouncycastle.version>
-    <nimbus-jose-jwt.version>9.25.1</nimbus-jose-jwt.version>
+    <nimbus-jose-jwt.version>9.25.3</nimbus-jose-jwt.version>
 
-    <jackson.version>2.13.4</jackson.version>
+    <jackson.version>2.14.0-rc1</jackson.version>
 
     <spring-boot.version>2.7.4</spring-boot.version>
     <spring-cloud-gateway.version>3.1.4</spring-cloud-gateway.version>
@@ -471,7 +471,7 @@ under the License.
 
     <wicket.version>9.11.0</wicket.version>
     <wicketstuff.version>9.11.0</wicketstuff.version>
-    <wicket-jqueryui.version>9.8.1</wicket-jqueryui.version>
+    <wicket-jqueryui.version>9.11.0</wicket-jqueryui.version>
     <wicket-bootstrap.version>5.0.6</wicket-bootstrap.version>
     <wicket-spring-boot.version>3.1.6</wicket-spring-boot.version>