Skip to content

Commit

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

0 comments on commit fb388c5

Please sign in to comment.