This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 4_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/4_0_X by this push:
new f80ad9947f Upgrading Wicket, exec-maven-plugin and greenmail
f80ad9947f is described below
commit f80ad9947f12c8aa96374b1f8f31ca71fb107bff
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Oct 1 10:34:52 2025 +0200
Upgrading Wicket, exec-maven-plugin and greenmail
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6a6d1a41ef..538a361bc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -461,7 +461,7 @@ under the License.
<jsplumb.version>2.0.7</jsplumb.version>
<chartjs.version>4.4.3</chartjs.version>
- <wicket.version>10.6.0</wicket.version>
+ <wicket.version>10.7.0</wicket.version>
<wicketstuff.version>10.6.0</wicketstuff.version>
<wicket-jqueryui.version>10.0.0-M1</wicket-jqueryui.version>
<wicket-bootstrap.version>7.0.11</wicket-bootstrap.version>
@@ -1399,7 +1399,7 @@ under the License.
<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail</artifactId>
- <version>2.1.5</version>
+ <version>2.1.6</version>
<exclusions>
<exclusion>
<groupId>com.sun.mail</groupId>
@@ -1824,7 +1824,7 @@ under the License.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>3.5.1</version>
+ <version>3.6.0</version>
</plugin>
<plugin>