Skip to content

Commit

Permalink
Update pmd and checkstyle maven plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Jan 12, 2023
1 parent cd3942d commit 46eedc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.19.0</version>
<version>3.20.0</version>
<configuration>
<!-- PMD options -->
<targetJDK>${java.version}</targetJDK>
Expand Down Expand Up @@ -1051,7 +1051,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
<configuration>
<consoleOutput>true</consoleOutput>
<failsOnError>false</failsOnError>
Expand Down

0 comments on commit 46eedc6

Please sign in to comment.