Skip to content

Commit e5bd642

Browse files
authored
Merge pull request #167 from xdev-software/renovate/com.puppycrawl.tools-checkstyle-10.x
Update dependency com.puppycrawl.tools:checkstyle to v10.21.4
2 parents e50d267 + 4093485 commit e5bd642

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
<dependency>
256256
<groupId>com.puppycrawl.tools</groupId>
257257
<artifactId>checkstyle</artifactId>
258-
<version>10.21.3</version>
258+
<version>10.21.4</version>
259259
</dependency>
260260
</dependencies>
261261
<configuration>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
<dependency>
314314
<groupId>com.puppycrawl.tools</groupId>
315315
<artifactId>checkstyle</artifactId>
316-
<version>10.21.2</version>
316+
<version>10.21.4</version>
317317
</dependency>
318318
</dependencies>
319319
<configuration>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.puppycrawl.tools</groupId>
7070
<artifactId>checkstyle</artifactId>
71-
<version>10.21.3</version>
71+
<version>10.21.4</version>
7272
</dependency>
7373
</dependencies>
7474
<configuration>

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
<dependency>
323323
<groupId>com.puppycrawl.tools</groupId>
324324
<artifactId>checkstyle</artifactId>
325-
<version>10.21.2</version>
325+
<version>10.21.4</version>
326326
</dependency>
327327
</dependencies>
328328
<configuration>

testcontainers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
<dependency>
315315
<groupId>com.puppycrawl.tools</groupId>
316316
<artifactId>checkstyle</artifactId>
317-
<version>10.21.2</version>
317+
<version>10.21.4</version>
318318
</dependency>
319319
</dependencies>
320320
<configuration>

0 commit comments

Comments
 (0)