Skip to content

Commit

Permalink
Merge pull request #136 from salesforce/bugfix/checkstyle
Browse files Browse the repository at this point in the history
Checkstyle 8.29
  • Loading branch information
rmichela authored Apr 27, 2020
2 parents dfc302d + 3ec029a commit bb0e4ec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions canteen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.1</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.21</version>
<version>8.29</version>
</dependency>
</dependencies>
<executions>
Expand Down
4 changes: 2 additions & 2 deletions contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,12 +246,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.1</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.21</version>
<version>8.29</version>
</dependency>
</dependencies>
<executions>
Expand Down
4 changes: 2 additions & 2 deletions demos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.1</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.21</version>
<version>8.29</version>
</dependency>
</dependencies>
<executions>
Expand Down
4 changes: 2 additions & 2 deletions jprotoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.1</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.21</version>
<version>8.29</version>
</dependency>
</dependencies>
<executions>
Expand Down

0 comments on commit bb0e4ec

Please sign in to comment.