Skip to content

Commit 771c151

Browse files
committed
Update dependency com.puppycrawl.tools:checkstyle to v12.1.0
1 parent af00317 commit 771c151

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
<dependency>
224224
<groupId>com.puppycrawl.tools</groupId>
225225
<artifactId>checkstyle</artifactId>
226-
<version>12.0.1</version>
226+
<version>12.1.0</version>
227227
</dependency>
228228
</dependencies>
229229
<configuration>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
<dependency>
282282
<groupId>com.puppycrawl.tools</groupId>
283283
<artifactId>checkstyle</artifactId>
284-
<version>12.0.1</version>
284+
<version>12.1.0</version>
285285
</dependency>
286286
</dependencies>
287287
<configuration>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>com.puppycrawl.tools</groupId>
7171
<artifactId>checkstyle</artifactId>
72-
<version>12.0.1</version>
72+
<version>12.1.0</version>
7373
</dependency>
7474
</dependencies>
7575
<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>12.0.1</version>
293+
<version>12.1.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>12.0.1</version>
285+
<version>12.1.0</version>
286286
</dependency>
287287
</dependencies>
288288
<configuration>

0 commit comments

Comments
 (0)