Skip to content

Commit

Permalink
Bump the maven-build-plugins group with 3 updates (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 18, 2024
1 parent e8fd9f1 commit 5eb7574
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<junit.version>5.10.1</junit.version>

<!-- build plugin dependencies -->
<dependency-check.version>9.0.4</dependency-check.version>
<dependency-check.version>9.0.7</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.11.0</version>
<version>3.12.1</version>
<configuration>
<release>${project.jdk.version}</release>
<compilerArgs>
Expand All @@ -105,7 +105,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 5eb7574

Please sign in to comment.