Skip to content

Commit 540397c

Browse files
Bump the maven-build-plugins group across 1 directory with 6 updates (#60)
1 parent e046d59 commit 540397c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<guava.version>33.3.0-jre</guava.version>
4949

5050
<!-- maven plugins -->
51-
<dependency-check.version>10.0.2</dependency-check.version>
51+
<dependency-check.version>11.1.1</dependency-check.version>
5252
</properties>
5353

5454
<dependencies>
@@ -110,7 +110,7 @@
110110
<plugin>
111111
<groupId>org.codehaus.mojo</groupId>
112112
<artifactId>versions-maven-plugin</artifactId>
113-
<version>2.16.2</version>
113+
<version>2.18.0</version>
114114
</plugin>
115115
<plugin>
116116
<groupId>org.apache.maven.plugins</groupId>
@@ -162,11 +162,11 @@
162162
<plugin>
163163
<groupId>org.apache.maven.plugins</groupId>
164164
<artifactId>maven-surefire-plugin</artifactId>
165-
<version>3.2.5</version>
165+
<version>3.5.2</version>
166166
</plugin>
167167
<plugin>
168168
<artifactId>maven-jar-plugin</artifactId>
169-
<version>3.4.1</version>
169+
<version>3.4.2</version>
170170
<configuration>
171171
<archive>
172172
<manifestEntries>
@@ -190,7 +190,7 @@
190190
</plugin>
191191
<plugin>
192192
<artifactId>maven-javadoc-plugin</artifactId>
193-
<version>3.7.0</version>
193+
<version>3.11.1</version>
194194
<executions>
195195
<execution>
196196
<id>attach-javadocs</id>
@@ -311,7 +311,7 @@
311311
<plugins>
312312
<plugin>
313313
<artifactId>maven-gpg-plugin</artifactId>
314-
<version>3.2.4</version>
314+
<version>3.2.7</version>
315315
<executions>
316316
<execution>
317317
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)