Skip to content

Commit 5eb7574

Browse files
Bump the maven-build-plugins group with 3 updates (#53)
1 parent e8fd9f1 commit 5eb7574

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<junit.version>5.10.1</junit.version>
5151

5252
<!-- build plugin dependencies -->
53-
<dependency-check.version>9.0.4</dependency-check.version>
53+
<dependency-check.version>9.0.7</dependency-check.version>
5454
<nexus-staging.version>1.6.8</nexus-staging.version>
5555
</properties>
5656

@@ -94,7 +94,7 @@
9494
<plugin>
9595
<groupId>org.apache.maven.plugins</groupId>
9696
<artifactId>maven-compiler-plugin</artifactId>
97-
<version>3.11.0</version>
97+
<version>3.12.1</version>
9898
<configuration>
9999
<release>${project.jdk.version}</release>
100100
<compilerArgs>
@@ -105,7 +105,7 @@
105105
<plugin>
106106
<groupId>org.apache.maven.plugins</groupId>
107107
<artifactId>maven-surefire-plugin</artifactId>
108-
<version>3.2.2</version>
108+
<version>3.2.3</version>
109109
</plugin>
110110
<plugin>
111111
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)