Skip to content

Commit 78e11e9

Browse files
Bump the maven-build-plugins group with 3 updates (#70)
1 parent 4ae3eeb commit 78e11e9

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.2</junit.version>
5151

5252
<!-- build plugin dependencies -->
53-
<dependency-check.version>9.0.9</dependency-check.version>
53+
<dependency-check.version>9.1.0</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.12.1</version>
97+
<version>3.13.0</version>
9898
<configuration>
9999
<release>${project.jdk.version}</release>
100100
<compilerArgs>
@@ -237,7 +237,7 @@
237237
<plugins>
238238
<plugin>
239239
<artifactId>maven-gpg-plugin</artifactId>
240-
<version>3.1.0</version>
240+
<version>3.2.2</version>
241241
<executions>
242242
<execution>
243243
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)