Skip to content

Commit b9f8f1e

Browse files
committed
Update dependency com.puppycrawl.tools:checkstyle to v11
1 parent e428a42 commit b9f8f1e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

flow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
<dependency>
274274
<groupId>com.puppycrawl.tools</groupId>
275275
<artifactId>checkstyle</artifactId>
276-
<version>10.26.1</version>
276+
<version>11.0.0</version>
277277
</dependency>
278278
</dependencies>
279279
<configuration>

plugins/geoman/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
<dependency>
248248
<groupId>com.puppycrawl.tools</groupId>
249249
<artifactId>checkstyle</artifactId>
250-
<version>10.26.1</version>
250+
<version>11.0.0</version>
251251
</dependency>
252252
</dependencies>
253253
<configuration>

plugins/leaflet-markercluster/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
<dependency>
248248
<groupId>com.puppycrawl.tools</groupId>
249249
<artifactId>checkstyle</artifactId>
250-
<version>10.26.1</version>
250+
<version>11.0.0</version>
251251
</dependency>
252252
</dependencies>
253253
<configuration>

plugins/maplibre-gl-leaflet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
<dependency>
248248
<groupId>com.puppycrawl.tools</groupId>
249249
<artifactId>checkstyle</artifactId>
250-
<version>10.26.1</version>
250+
<version>11.0.0</version>
251251
</dependency>
252252
</dependencies>
253253
<configuration>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.puppycrawl.tools</groupId>
5151
<artifactId>checkstyle</artifactId>
52-
<version>10.26.1</version>
52+
<version>11.0.0</version>
5353
</dependency>
5454
</dependencies>
5555
<configuration>

0 commit comments

Comments
 (0)