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 fb388c5bf3 Upgrading WicketStuff, maven-archetype,
cyclonedx-maven-plugin and cargo-maven3-plugin
fb388c5bf3 is described below
commit fb388c5bf3c895e4c2839c59cf2308533a5abd79
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Sep 26 09:47:10 2024 +0200
Upgrading WicketStuff, maven-archetype, cyclonedx-maven-plugin and
cargo-maven3-plugin
---
archetype/pom.xml | 2 +-
pom.xml | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/archetype/pom.xml b/archetype/pom.xml
index 33e4015c4f..d78fe0869c 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -34,7 +34,7 @@ under the License.
<packaging>maven-archetype</packaging>
<properties>
- <maven.archetype.version>3.2.1</maven.archetype.version>
+ <maven.archetype.version>3.3.0</maven.archetype.version>
<rootpom.basedir>${basedir}/..</rootpom.basedir>
</properties>
diff --git a/pom.xml b/pom.xml
index 7ab3b5e50d..d742daf16f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -456,7 +456,7 @@ under the License.
<chartjs.version>4.4.3</chartjs.version>
<wicket.version>10.2.0</wicket.version>
- <wicketstuff.version>10.1.1</wicketstuff.version>
+ <wicketstuff.version>10.2.0</wicketstuff.version>
<wicket-jqueryui.version>10.0.0-M1</wicket-jqueryui.version>
<wicket-bootstrap.version>7.0.5</wicket-bootstrap.version>
<wicket-jquery-selectors.version>4.0.4</wicket-jquery-selectors.version>
@@ -1611,7 +1611,7 @@ under the License.
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven3-plugin</artifactId>
- <version>1.10.14</version>
+ <version>1.10.15</version>
<configuration>
<container>
<log>${project.build.directory}/log/cargo.log</log>
@@ -2068,7 +2068,7 @@ under the License.
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
- <version>2.8.1</version>
+ <version>2.8.2</version>
<executions>
<execution>
<phase>package</phase>