Update puppycrawl dependency to 8.29

Resolves: https://jira.lyrasis.org/browse/VIVO-1747
This commit is contained in:
Andrew Woods 2020-03-04 16:22:02 -05:00
parent 7420957c65
commit b8acf67427

View file

@ -292,7 +292,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId> <artifactId>maven-checkstyle-plugin</artifactId>
<version>3.0.0</version> <version>3.1.1</version>
<executions> <executions>
<execution> <execution>
<id>verify-style</id> <id>verify-style</id>
@ -321,12 +321,12 @@
<dependency> <dependency>
<groupId>com.puppycrawl.tools</groupId> <groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId> <artifactId>checkstyle</artifactId>
<version>8.18</version> <version>8.29</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.duraspace</groupId> <groupId>org.duraspace</groupId>
<artifactId>codestyle</artifactId> <artifactId>codestyle</artifactId>
<version>1.0.0</version> <version>1.1.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.vivoweb</groupId> <groupId>org.vivoweb</groupId>