Skip to content

Commit

Permalink
Bump the maven-build-plugins group with 5 updates (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 2, 2024
1 parent af4822c commit 0c0c002
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@

<!-- mvn plugin dependencies -->
<dependency-check.version>9.1.0</dependency-check.version>
<jacoco.version>0.8.11</jacoco.version>
<jacoco.version>0.8.12</jacoco.version>
<nexus-staging.version>1.6.13</nexus-staging.version>
<maven.deploy.version>3.1.1</maven.deploy.version>
<maven.deploy.version>3.1.2</maven.deploy.version>
</properties>

<licenses>
Expand Down Expand Up @@ -127,11 +127,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down Expand Up @@ -219,7 +219,7 @@
<plugins>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 0c0c002

Please sign in to comment.