Skip to content

Commit bb0e4ec

Browse files
authored
Merge pull request #136 from salesforce/bugfix/checkstyle
Checkstyle 8.29
2 parents dfc302d + 3ec029a commit bb0e4ec

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

canteen/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@
6464
<plugin>
6565
<groupId>org.apache.maven.plugins</groupId>
6666
<artifactId>maven-checkstyle-plugin</artifactId>
67-
<version>3.0.0</version>
67+
<version>3.1.1</version>
6868
<dependencies>
6969
<dependency>
7070
<groupId>com.puppycrawl.tools</groupId>
7171
<artifactId>checkstyle</artifactId>
72-
<version>8.21</version>
72+
<version>8.29</version>
7373
</dependency>
7474
</dependencies>
7575
<executions>

contrib/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,12 +246,12 @@
246246
<plugin>
247247
<groupId>org.apache.maven.plugins</groupId>
248248
<artifactId>maven-checkstyle-plugin</artifactId>
249-
<version>3.0.0</version>
249+
<version>3.1.1</version>
250250
<dependencies>
251251
<dependency>
252252
<groupId>com.puppycrawl.tools</groupId>
253253
<artifactId>checkstyle</artifactId>
254-
<version>8.21</version>
254+
<version>8.29</version>
255255
</dependency>
256256
</dependencies>
257257
<executions>

demos/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,12 @@
157157
<plugin>
158158
<groupId>org.apache.maven.plugins</groupId>
159159
<artifactId>maven-checkstyle-plugin</artifactId>
160-
<version>3.0.0</version>
160+
<version>3.1.1</version>
161161
<dependencies>
162162
<dependency>
163163
<groupId>com.puppycrawl.tools</groupId>
164164
<artifactId>checkstyle</artifactId>
165-
<version>8.21</version>
165+
<version>8.29</version>
166166
</dependency>
167167
</dependencies>
168168
<executions>

jprotoc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,12 @@
202202
<plugin>
203203
<groupId>org.apache.maven.plugins</groupId>
204204
<artifactId>maven-checkstyle-plugin</artifactId>
205-
<version>3.0.0</version>
205+
<version>3.1.1</version>
206206
<dependencies>
207207
<dependency>
208208
<groupId>com.puppycrawl.tools</groupId>
209209
<artifactId>checkstyle</artifactId>
210-
<version>8.21</version>
210+
<version>8.29</version>
211211
</dependency>
212212
</dependencies>
213213
<executions>

0 commit comments

Comments
 (0)