Skip to content

Commit 6361a73

Browse files
Update dependency org.apache.maven.plugins:maven-checkstyle-plugin to v3.6.0 (#402)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ffec49 commit 6361a73

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
@@ -214,7 +214,7 @@
214214
<plugin>
215215
<groupId>org.apache.maven.plugins</groupId>
216216
<artifactId>maven-checkstyle-plugin</artifactId>
217-
<version>3.5.0</version>
217+
<version>3.6.0</version>
218218
<configuration>
219219
<configLocation>src/main/config/checkstyle.xml</configLocation>
220220
<headerLocation>src/main/config/java.header</headerLocation>
@@ -284,7 +284,7 @@
284284
<plugin>
285285
<groupId>org.apache.maven.plugins</groupId>
286286
<artifactId>maven-checkstyle-plugin</artifactId>
287-
<version>3.5.0</version>
287+
<version>3.6.0</version>
288288
<configuration>
289289
<configLocation>src/main/config/checkstyle.xml</configLocation>
290290
<includeTestSourceDirectory>true</includeTestSourceDirectory>

0 commit comments

Comments
 (0)