Skip to content

Commit

Permalink
Update various maven plugins and associated test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arjantijms committed Nov 25, 2024
1 parent d392d5d commit fcee357
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
<replacer.plugin.version>1.5.3</replacer.plugin.version>

<easymock.version>5.3.0</easymock.version>
<junit.version>5.10.3</junit.version>
<junit.version>5.11.3</junit.version>
<jmh.version>1.37</jmh.version>
<osgi-resource-locator.version>1.0.3</osgi-resource-locator.version>

Expand Down Expand Up @@ -693,7 +693,7 @@
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>2.2</version>
<version>3.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -740,7 +740,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-launcher</artifactId>
<version>1.10.14</version>
<version>1.10.15</version>
</dependency>
<dependency>
<groupId>com.github.mwiede</groupId>
Expand Down Expand Up @@ -857,7 +857,7 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.7.0</version>
<version>3.11.1</version>
<configuration>
<detectOfflineLinks>false</detectOfflineLinks>
<notimestamp>false</notimestamp>
Expand All @@ -874,7 +874,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.2</version>
<configuration>
<environmentVariables>
<LANG>en</LANG>
Expand All @@ -898,7 +898,7 @@
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.2</version>
<configuration>
<environmentVariables>
<LANG>en</LANG>
Expand Down Expand Up @@ -938,7 +938,7 @@
</plugin>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.4.0</version>
<version>3.6.0</version>
<configuration>
<configLocation>org/glassfish/qa/config/checkstyle/checkstyle.xml</configLocation>
<suppressionsLocation>org/glassfish/qa/config/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>
Expand All @@ -964,7 +964,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.17.0</version>
<version>10.20.1</version>
</dependency>
</dependencies>
<executions>
Expand All @@ -980,12 +980,12 @@
</plugin>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.4</version>
<version>3.2.7</version>
</plugin>
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.8.0</version>
<version>2.9.0</version>
</plugin>
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
Expand All @@ -1002,12 +1002,12 @@
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0-M15</version>
<version>4.0.0-M16</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.3.0</version>
<version>3.5.0</version>
<configuration>
<environmentVariables>
<AS_JAVA>${java.home}</AS_JAVA>
Expand All @@ -1021,11 +1021,11 @@
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
Expand All @@ -1038,7 +1038,7 @@
</plugin>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.1</version>
</plugin>
<plugin>
<groupId>org.glassfish.copyright</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.8.0</version>
<version>2.9.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit fcee357

Please sign in to comment.