Skip to content

Commit

Permalink
Bump the maven-build-plugins group with 3 updates (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 9, 2024
1 parent 4ae3eeb commit 78e11e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -50,7 +50,7 @@
<junit.version>5.10.2</junit.version>

<!-- build plugin dependencies -->
<dependency-check.version>9.0.9</dependency-check.version>
<dependency-check.version>9.1.0</dependency-check.version>
<nexus-staging.version>1.6.8</nexus-staging.version>
</properties>

Expand Down Expand Up @@ -94,7 +94,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration>
<release>${project.jdk.version}</release>
<compilerArgs>
Expand Down Expand Up @@ -237,7 +237,7 @@
<plugins>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.2</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 78e11e9

Please sign in to comment.