Skip to content

Commit 3feccd2

Browse files
committed
Update dependency org.apache.maven.plugins:maven-checkstyle-plugin to v3.4.0
1 parent acd6b4a commit 3feccd2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<plugin>
3737
<groupId>org.apache.maven.plugins</groupId>
3838
<artifactId>maven-checkstyle-plugin</artifactId>
39-
<version>3.3.1</version>
39+
<version>3.4.0</version>
4040
<configuration>
4141
<skip>true</skip>
4242
</configuration>

template-placeholder-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<plugin>
8686
<groupId>org.apache.maven.plugins</groupId>
8787
<artifactId>maven-checkstyle-plugin</artifactId>
88-
<version>3.3.1</version>
88+
<version>3.4.0</version>
8989
<dependencies>
9090
<dependency>
9191
<groupId>com.puppycrawl.tools</groupId>

template-placeholder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
<plugin>
243243
<groupId>org.apache.maven.plugins</groupId>
244244
<artifactId>maven-checkstyle-plugin</artifactId>
245-
<version>3.3.1</version>
245+
<version>3.4.0</version>
246246
<dependencies>
247247
<dependency>
248248
<groupId>com.puppycrawl.tools</groupId>

0 commit comments

Comments
 (0)