File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -355,17 +355,23 @@ limitations under the License.
355
355
<plugin >
356
356
<groupId >org.apache.maven.plugins</groupId >
357
357
<artifactId >maven-checkstyle-plugin</artifactId >
358
- <version >3.1.1 </version >
358
+ <version >3.1.2 </version >
359
359
<configuration >
360
360
<configLocation >config/maven_checks.xml</configLocation >
361
361
<headerLocation >https://raw.github.com/codehaus-plexus/plexus-pom/master/src/main/resources/config/plexus-header.txt</headerLocation >
362
362
</configuration >
363
363
<dependencies >
364
+ <!-- can be removed with update to 3.2.x -->
365
+ <dependency >
366
+ <groupId >com.puppycrawl.tools</groupId >
367
+ <artifactId >checkstyle</artifactId >
368
+ <version >8.41.1</version >
369
+ </dependency >
364
370
<!-- MCHECKSTYLE-327: the maven_checks.xml was moved to a shared project -->
365
371
<dependency >
366
372
<groupId >org.apache.maven.shared</groupId >
367
373
<artifactId >maven-shared-resources</artifactId >
368
- <version >2 </version >
374
+ <version >3 </version >
369
375
</dependency >
370
376
</dependencies >
371
377
</plugin >
You can’t perform that action at this time.
0 commit comments