Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit 6ec80f6

Browse files
committed
Update dependency org.apache.maven.plugins:maven-checkstyle-plugin to v3.4.0
1 parent a69d800 commit 6ec80f6

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>

vaadin-chip-combobox-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
<plugin>
185185
<groupId>org.apache.maven.plugins</groupId>
186186
<artifactId>maven-checkstyle-plugin</artifactId>
187-
<version>3.3.1</version>
187+
<version>3.4.0</version>
188188
<dependencies>
189189
<dependency>
190190
<groupId>com.puppycrawl.tools</groupId>

vaadin-chip-combobox/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
<plugin>
294294
<groupId>org.apache.maven.plugins</groupId>
295295
<artifactId>maven-checkstyle-plugin</artifactId>
296-
<version>3.3.1</version>
296+
<version>3.4.0</version>
297297
<dependencies>
298298
<dependency>
299299
<groupId>com.puppycrawl.tools</groupId>

0 commit comments

Comments
 (0)