Skip to content

Commit

Permalink
Maven plugin updates: Compiler 3.12.1, Shade 3.5.1, Enforcer 3.4.1, G…
Browse files Browse the repository at this point in the history
…PG 3.1.0, JavaDoc 3.6.3, Source 3.3.0, Surefire 3.2.3, and Jacoco 0.8.11
  • Loading branch information
egonw committed Dec 30, 2023
1 parent 1785084 commit c4e780f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<maven.compiler.version>3.10.1</maven.compiler.version>
<maven.shade.version>3.4.0</maven.shade.version>
<maven.compiler.version>3.12.1</maven.compiler.version>
<maven.shade.version>3.5.1</maven.shade.version>
<junit5.excludeGroups>pubchem,chemspider</junit5.excludeGroups>
<junit.version>5.10.1</junit.version>

Expand Down Expand Up @@ -104,7 +104,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.1.0</version>
<version>3.4.1</version>
<executions>
<execution>
<id>enforce-maven</id>
Expand Down Expand Up @@ -138,7 +138,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.0</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -151,7 +151,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.1</version>
<version>3.6.3</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand All @@ -176,7 +176,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand All @@ -189,7 +189,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M8</version>
<version>3.2.3</version>
<configuration>
<groups>${junit5.groups}</groups>
<excludedGroups>${junit5.excludeGroups}</excludedGroups>
Expand All @@ -198,7 +198,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<version>0.8.11</version>
<executions>
<execution>
<id>start-agent</id>
Expand Down

0 comments on commit c4e780f

Please sign in to comment.