Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kullfar committed Sep 8, 2020
1 parent 5ac4457 commit 92b86e4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.35</version>
<version>8.36</version>
</dependency>
</dependencies>
</plugin>
Expand All @@ -126,11 +126,6 @@
<artifactId>maven-clean-plugin</artifactId>
<version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.4.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
Expand Down Expand Up @@ -274,7 +269,7 @@

<properties>
<java.release>7</java.release>
<pmdVersion>6.26.0</pmdVersion>
<pmdVersion>6.27.0</pmdVersion>
</properties>

<profiles>
Expand Down

0 comments on commit 92b86e4

Please sign in to comment.