Skip to content

Commit fe4ee4f

Browse files
authored
Merge pull request #352 from bitctrl/renovate/org.apache.maven.plugins-maven-checkstyle-plugin-3.x
Update dependency org.apache.maven.plugins:maven-checkstyle-plugin to v3.3.1
2 parents 0c0c93c + 08b0ff3 commit fe4ee4f

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.3.0</version>
217+
<version>3.3.1</version>
218218
<configuration>
219219
<configLocation>src/main/config/checkstyle.xml</configLocation>
220220
<headerLocation>src/main/config/java.header</headerLocation>
@@ -291,7 +291,7 @@
291291
<plugin>
292292
<groupId>org.apache.maven.plugins</groupId>
293293
<artifactId>maven-checkstyle-plugin</artifactId>
294-
<version>3.3.0</version>
294+
<version>3.3.1</version>
295295
<configuration>
296296
<configLocation>src/main/config/checkstyle.xml</configLocation>
297297
<includeTestSourceDirectory>true</includeTestSourceDirectory>

0 commit comments

Comments
 (0)