Merge pull request #133 from awoods/vivo-1747
Update puppycrawl dependency to 8.29
This commit is contained in:
commit
dad091b858
1 changed files with 3 additions and 3 deletions
6
pom.xml
6
pom.xml
|
@ -292,7 +292,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>
|
||||
|
@ -321,12 +321,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>
|
||||
|
|
Loading…
Add table
Reference in a new issue