Skip to content

Commit

Permalink
Merge pull request #145 from awoods/vivo-1747
Browse files Browse the repository at this point in the history
Update puppycrawl dependency to 8.29
  • Loading branch information
roflinn authored Mar 7, 2020
2 parents 7fdcd6e + 702dd75 commit 6fe6657
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.1</version>
<executions>
<execution>
<id>verify-style</id>
Expand Down Expand Up @@ -368,12 +368,12 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.18</version>
<version>8.29</version>
</dependency>
<dependency>
<groupId>org.duraspace</groupId>
<artifactId>codestyle</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.vivoweb</groupId>
Expand Down

0 comments on commit 6fe6657

Please sign in to comment.