Skip to content

Commit 3bd6353

Browse files
committed
Update Maven plugin versions
1 parent 2884b0b commit 3bd6353

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<plugin>
4141
<groupId>org.apache.maven.plugins</groupId>
4242
<artifactId>maven-checkstyle-plugin</artifactId>
43-
<version>2.17</version>
43+
<version>3.0.0</version>
4444
<configuration>
4545
<configLocation>checkstyle.xml</configLocation>
4646
<suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
@@ -50,14 +50,14 @@
5050
<dependency>
5151
<groupId>com.puppycrawl.tools</groupId>
5252
<artifactId>checkstyle</artifactId>
53-
<version>8.4</version>
53+
<version>8.11</version>
5454
</dependency>
5555
</dependencies>
5656
</plugin>
5757
<plugin>
5858
<groupId>org.apache.maven.plugins</groupId>
5959
<artifactId>maven-compiler-plugin</artifactId>
60-
<version>3.6.1</version>
60+
<version>3.7.0</version>
6161
<configuration>
6262
<compilerId>javac-with-errorprone</compilerId>
6363
<forceJavacCompilerUse>true</forceJavacCompilerUse>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.codehaus.plexus</groupId>
7070
<artifactId>plexus-compiler-javac-errorprone</artifactId>
71-
<version>2.8.1</version>
71+
<version>2.8.2</version>
7272
</dependency>
7373
<!-- override plexus-compiler-javac-errorprone's dependency on
7474
Error Prone with the latest version -->
@@ -96,7 +96,7 @@
9696
<plugin>
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-javadoc-plugin</artifactId>
99-
<version>3.0.0-M1</version>
99+
<version>3.0.1</version>
100100
<executions>
101101
<execution>
102102
<id>attach-javadocs</id>
@@ -109,12 +109,12 @@
109109
<plugin>
110110
<groupId>org.apache.maven.plugins</groupId>
111111
<artifactId>maven-surefire-plugin</artifactId>
112-
<version>2.20.1</version>
112+
<version>2.22.0</version>
113113
</plugin>
114114
<plugin>
115115
<groupId>org.jacoco</groupId>
116116
<artifactId>jacoco-maven-plugin</artifactId>
117-
<version>0.7.9</version>
117+
<version>0.8.1</version>
118118
<executions>
119119
<execution>
120120
<id>prepare-agent</id>
@@ -173,7 +173,7 @@
173173
<plugin>
174174
<groupId>com.github.wvengen</groupId>
175175
<artifactId>proguard-maven-plugin</artifactId>
176-
<version>2.0.11</version>
176+
<version>2.0.14</version>
177177
<executions>
178178
<execution>
179179
<phase>package</phase>

0 commit comments

Comments
 (0)