Skip to content

Commit 7721723

Browse files
committed
Update dependency com.puppycrawl.tools:checkstyle to v11.0.1
1 parent 46ad2f6 commit 7721723

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.puppycrawl.tools</groupId>
4747
<artifactId>checkstyle</artifactId>
48-
<version>11.0.0</version>
48+
<version>11.0.1</version>
4949
</dependency>
5050
</dependencies>
5151
<configuration>

vaadin-simple-grid-filter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
<dependency>
267267
<groupId>com.puppycrawl.tools</groupId>
268268
<artifactId>checkstyle</artifactId>
269-
<version>11.0.0</version>
269+
<version>11.0.1</version>
270270
</dependency>
271271
</dependencies>
272272
<configuration>

0 commit comments

Comments
 (0)