Skip to content

Commit dd87665

Browse files
committed
Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2
Closes #33
1 parent cbe69f1 commit dd87665

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,17 +355,23 @@ limitations under the License.
355355
<plugin>
356356
<groupId>org.apache.maven.plugins</groupId>
357357
<artifactId>maven-checkstyle-plugin</artifactId>
358-
<version>3.1.1</version>
358+
<version>3.1.2</version>
359359
<configuration>
360360
<configLocation>config/maven_checks.xml</configLocation>
361361
<headerLocation>https://raw.github.com/codehaus-plexus/plexus-pom/master/src/main/resources/config/plexus-header.txt</headerLocation>
362362
</configuration>
363363
<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>
364370
<!-- MCHECKSTYLE-327: the maven_checks.xml was moved to a shared project -->
365371
<dependency>
366372
<groupId>org.apache.maven.shared</groupId>
367373
<artifactId>maven-shared-resources</artifactId>
368-
<version>2</version>
374+
<version>3</version>
369375
</dependency>
370376
</dependencies>
371377
</plugin>

0 commit comments

Comments
 (0)