Skip to content

Commit

Permalink
Upgrading maven-archetype, cyclonedx-maven-plugin and cargo-maven3-pl…
Browse files Browse the repository at this point in the history
…ugin
  • Loading branch information
ilgrosso committed Sep 26, 2024
1 parent defeb97 commit d0da88c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit d0da88c

Please sign in to comment.