Skip to content

Commit

Permalink
Update maven-checkstyle-plugin and jacoco-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdesair committed Jun 30, 2021
1 parent bd685de commit 4d410fa
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.2</version>
<version>0.8.7</version>
<executions>
<!--
Prepares the property pointing to the JaCoCo runtime agent which
Expand Down Expand Up @@ -312,7 +312,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.2</version>
<executions>
<execution>
<id>verify-style</id>
Expand All @@ -331,14 +331,6 @@
<!-- Enable checks on all test source files -->
<includeTestSourceDirectory>true</includeTestSourceDirectory>
</configuration>
<dependencies>
<!-- Override dependencies to use checkstyle 8.5 (aligned with Codacy)-->
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.29</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 4d410fa

Please sign in to comment.