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 d0da88cf8a Upgrading maven-archetype, cyclonedx-maven-plugin and
cargo-maven3-plugin
d0da88cf8a is described below
commit d0da88cf8a5ee368488baf4b4e6d5440fdae6f75
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Sep 26 09:47:10 2024 +0200
Upgrading maven-archetype, cyclonedx-maven-plugin and cargo-maven3-plugin
---
archetype/pom.xml | 2 +-
pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/archetype/pom.xml b/archetype/pom.xml
index bdac3f5ffc..826728aafb 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 a6c9fb8e06..a7ae071469 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1688,7 +1688,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>
@@ -2142,7 +2142,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>