File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 217
217
<dependency >
218
218
<groupId >com.puppycrawl.tools</groupId >
219
219
<artifactId >checkstyle</artifactId >
220
- <version >10.24 .0</version >
220
+ <version >10.25 .0</version >
221
221
</dependency >
222
222
</dependencies >
223
223
<configuration >
247
247
<includeTests >true</includeTests >
248
248
<printFailingErrors >true</printFailingErrors >
249
249
<rulesets >
250
- <ruleset >../.config/pmd/ruleset.xml</ruleset >
250
+ <ruleset >../.config/pmd/java/ ruleset.xml</ruleset >
251
251
</rulesets >
252
252
</configuration >
253
253
<dependencies >
254
254
<dependency >
255
255
<groupId >net.sourceforge.pmd</groupId >
256
256
<artifactId >pmd-core</artifactId >
257
- <version >7.13 .0</version >
257
+ <version >7.14 .0</version >
258
258
</dependency >
259
259
<dependency >
260
260
<groupId >net.sourceforge.pmd</groupId >
261
261
<artifactId >pmd-java</artifactId >
262
- <version >7.13 .0</version >
262
+ <version >7.14 .0</version >
263
263
</dependency >
264
264
</dependencies >
265
265
</plugin >
Original file line number Diff line number Diff line change 88
88
<dependency >
89
89
<groupId >com.puppycrawl.tools</groupId >
90
90
<artifactId >checkstyle</artifactId >
91
- <version >10.24 .0</version >
91
+ <version >10.25 .0</version >
92
92
</dependency >
93
93
</dependencies >
94
94
<configuration >
128
128
<dependency >
129
129
<groupId >net.sourceforge.pmd</groupId >
130
130
<artifactId >pmd-core</artifactId >
131
- <version >7.13 .0</version >
131
+ <version >7.14 .0</version >
132
132
</dependency >
133
133
<dependency >
134
134
<groupId >net.sourceforge.pmd</groupId >
135
135
<artifactId >pmd-java</artifactId >
136
- <version >7.13 .0</version >
136
+ <version >7.14 .0</version >
137
137
</dependency >
138
138
</dependencies >
139
139
</plugin >
You can’t perform that action at this time.
0 commit comments