Skip to content

Commit 8d4a491

Browse files
Bump org.apache.maven.plugins:maven-checkstyle-plugin from 2.17 to 3.6.0
Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 2.17 to 3.6.0. - [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-2.17...maven-checkstyle-plugin-3.6.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b5a5812 commit 8d4a491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>org.apache.maven.plugins</groupId>
8282
<artifactId>maven-checkstyle-plugin</artifactId>
83-
<version>2.17</version>
83+
<version>3.6.0</version>
8484
<executions>
8585
<execution>
8686
<id>checkstyle</id>
@@ -167,7 +167,7 @@
167167
<plugin>
168168
<groupId>org.apache.maven.plugins</groupId>
169169
<artifactId>maven-checkstyle-plugin</artifactId>
170-
<version>2.17</version>
170+
<version>3.6.0</version>
171171
<configuration>
172172
<configLocation>${basedir}/checkstyle.xml</configLocation>
173173
<includeTestSourceDirectory>true</includeTestSourceDirectory>

0 commit comments

Comments
 (0)