Skip to content

Commit 43647f2

Browse files
authored
Merge pull request #407 from xdev-software/renovate/com.puppycrawl.tools-checkstyle-13.x
Update dependency com.puppycrawl.tools:checkstyle to v13.4.0
2 parents fb98e73 + 90e450f commit 43647f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
<dependency>
272272
<groupId>com.puppycrawl.tools</groupId>
273273
<artifactId>checkstyle</artifactId>
274-
<version>13.3.0</version>
274+
<version>13.4.0</version>
275275
</dependency>
276276
</dependencies>
277277
<configuration>

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
<dependency>
291291
<groupId>com.puppycrawl.tools</groupId>
292292
<artifactId>checkstyle</artifactId>
293-
<version>13.3.0</version>
293+
<version>13.4.0</version>
294294
</dependency>
295295
</dependencies>
296296
<configuration>

testcontainers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
<dependency>
283283
<groupId>com.puppycrawl.tools</groupId>
284284
<artifactId>checkstyle</artifactId>
285-
<version>13.3.0</version>
285+
<version>13.4.0</version>
286286
</dependency>
287287
</dependencies>
288288
<configuration>

0 commit comments

Comments
 (0)