Skip to content

Commit 2c378ac

Browse files
committed
GH-123 - Update build plugins.
1 parent 889e5b8 commit 2c378ac

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
@@ -99,7 +99,7 @@
9999
<plugin>
100100
<groupId>org.apache.maven.plugins</groupId>
101101
<artifactId>maven-javadoc-plugin</artifactId>
102-
<version>3.11.2</version>
102+
<version>3.12.0</version>
103103
<executions>
104104
<execution>
105105
<id>create-javadoc-jar</id>
@@ -167,7 +167,7 @@
167167
<plugin>
168168
<groupId>org.apache.maven.plugins</groupId>
169169
<artifactId>maven-gpg-plugin</artifactId>
170-
<version>3.2.7</version>
170+
<version>3.2.8</version>
171171
<executions>
172172
<execution>
173173
<id>sign-artifacts</id>
@@ -325,7 +325,7 @@
325325
<plugin>
326326
<groupId>org.apache.maven.plugins</groupId>
327327
<artifactId>maven-compiler-plugin</artifactId>
328-
<version>3.13.0</version>
328+
<version>3.14.1</version>
329329
<configuration>
330330
<release>${source.level}</release>
331331
</configuration>
@@ -334,13 +334,13 @@
334334
<plugin>
335335
<groupId>org.apache.maven.plugins</groupId>
336336
<artifactId>maven-surefire-plugin</artifactId>
337-
<version>3.5.2</version>
337+
<version>3.5.4</version>
338338
</plugin>
339339

340340
<plugin>
341341
<groupId>org.apache.maven.plugins</groupId>
342342
<artifactId>maven-source-plugin</artifactId>
343-
<version>3.2.1</version>
343+
<version>3.3.1</version>
344344
<executions>
345345
<execution>
346346
<id>attach-sources</id>
@@ -369,7 +369,7 @@
369369
<plugin>
370370
<groupId>org.codehaus.mojo</groupId>
371371
<artifactId>flatten-maven-plugin</artifactId>
372-
<version>1.6.0</version>
372+
<version>1.7.3</version>
373373
<executions>
374374
<execution>
375375
<id>flatten</id>

0 commit comments

Comments
 (0)