Skip to content

Commit 5549b01

Browse files
committed
Update Maven plugin versions
1 parent 5f0e2cb commit 5549b01

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
@@ -42,7 +42,7 @@
4242
<plugin>
4343
<groupId>org.apache.maven.plugins</groupId>
4444
<artifactId>maven-compiler-plugin</artifactId>
45-
<version>3.7.0</version>
45+
<version>3.8.1</version>
4646
<configuration>
4747
<source>${java.version}</source>
4848
<target>${java.version}</target>
@@ -51,7 +51,7 @@
5151
<plugin>
5252
<groupId>org.apache.maven.plugins</groupId>
5353
<artifactId>maven-source-plugin</artifactId>
54-
<version>3.0.1</version>
54+
<version>3.2.1</version>
5555
<executions>
5656
<execution>
5757
<id>attach-sources</id>
@@ -65,7 +65,7 @@
6565
<plugin>
6666
<groupId>org.apache.maven.plugins</groupId>
6767
<artifactId>maven-javadoc-plugin</artifactId>
68-
<version>3.0.0</version>
68+
<version>3.2.0</version>
6969
<executions>
7070
<execution>
7171
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)