This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/3_0_X by this push:
new bcc5567531 Upgrading Wicket and java-uuid-generator
bcc5567531 is described below
commit bcc556753122c5d51552856847a73e0cf0aa2e4a
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Jun 3 08:04:14 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 e1393b8f5c..d501858abb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -463,7 +463,7 @@ under the License.
<jsplumb.version>2.0.7</jsplumb.version>
<chartjs.version>4.1.2</chartjs.version>
- <wicket.version>9.17.0</wicket.version>
+ <wicket.version>9.18.0</wicket.version>
<wicketstuff.version>9.17.0</wicketstuff.version>
<wicket-jqueryui.version>9.12.0</wicket-jqueryui.version>
<wicket-bootstrap.version>5.0.6</wicket-bootstrap.version>
@@ -685,7 +685,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>