Skip to content

Commit 42a63e6

Browse files
Bump the maven-build-plugins group with 4 updates (#76)
1 parent 60864d5 commit 42a63e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 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.1.0</dependency-check.version>
53+
<dependency-check.version>9.2.0</dependency-check.version>
5454
<nexus-staging.version>1.6.8</nexus-staging.version>
5555
</properties>
5656

@@ -107,7 +107,7 @@
107107
<plugin>
108108
<groupId>org.apache.maven.plugins</groupId>
109109
<artifactId>maven-enforcer-plugin</artifactId>
110-
<version>3.4.1</version>
110+
<version>3.5.0</version>
111111
<executions>
112112
<execution>
113113
<id>check-preconditions</id>
@@ -140,7 +140,7 @@
140140
</plugin>
141141
<plugin>
142142
<artifactId>maven-javadoc-plugin</artifactId>
143-
<version>3.6.3</version>
143+
<version>3.7.0</version>
144144
<executions>
145145
<execution>
146146
<id>attach-javadocs</id>
@@ -268,7 +268,7 @@
268268
<plugin>
269269
<groupId>org.sonatype.plugins</groupId>
270270
<artifactId>nexus-staging-maven-plugin</artifactId>
271-
<version>1.6.13</version>
271+
<version>1.7.0</version>
272272
<extensions>true</extensions>
273273
<configuration>
274274
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)