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


The following commit(s) were added to refs/heads/master by this push:
     new 6f71447e53 Upgrading Wicket and java-uuid-generator
6f71447e53 is described below

commit 6f71447e53ccd19cff2c507568bf22f8097ca37c
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Jun 3 08:04:40 2024 +0200

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

diff --git a/pom.xml b/pom.xml
index 170c17d6fb..5a559cc09c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -457,7 +457,7 @@ under the License.
     <jsplumb.version>2.0.7</jsplumb.version>
     <chartjs.version>4.1.2</chartjs.version>
 
-    <wicket.version>10.0.0</wicket.version>
+    <wicket.version>10.1.0</wicket.version>
     <wicketstuff.version>10.0.0</wicketstuff.version>
     <wicket-jqueryui.version>10.0.0-M1</wicket-jqueryui.version>
     <wicket-bootstrap.version>7.0.3</wicket-bootstrap.version>
@@ -638,7 +638,7 @@ under the License.
       <dependency>
         <groupId>com.fasterxml.uuid</groupId>
         <artifactId>java-uuid-generator</artifactId>
-        <version>5.0.0</version>
+        <version>5.1.0</version>
       </dependency>
 
       <dependency>

Reply via email to