Skip to content

Commit

Permalink
Bump the maven-build-plugins group with 3 updates (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 2, 2024
1 parent 5f0d9e4 commit 67fb8bf
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 @@ -48,7 +48,7 @@
<guava.version>33.0.0-jre</guava.version>

<!-- maven plugins -->
<dependency-check.version>9.0.6</dependency-check.version>
<dependency-check.version>9.0.9</dependency-check.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -136,7 +136,7 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.1</version>
<configuration>
<release>8</release>
<encoding>UTF-8</encoding>
Expand All @@ -162,7 +162,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
Expand Down

0 comments on commit 67fb8bf

Please sign in to comment.