Skip to content

Commit c0f922a

Browse files
chore(deps): update dependency com.puppycrawl.tools:checkstyle to v12.1.2
1 parent eec4f47 commit c0f922a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

catalog-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@
386386
<dependency>
387387
<groupId>com.puppycrawl.tools</groupId>
388388
<artifactId>checkstyle</artifactId>
389-
<version>12.1.1</version>
389+
<version>12.1.2</version>
390390
</dependency>
391391
</dependencies>
392392
<configuration>

inventory-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@
417417
<dependency>
418418
<groupId>com.puppycrawl.tools</groupId>
419419
<artifactId>checkstyle</artifactId>
420-
<version>12.1.1</version>
420+
<version>12.1.2</version>
421421
</dependency>
422422
</dependencies>
423423
<configuration>

order-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
<dependency>
373373
<groupId>com.puppycrawl.tools</groupId>
374374
<artifactId>checkstyle</artifactId>
375-
<version>12.1.1</version>
375+
<version>12.1.2</version>
376376
</dependency>
377377
</dependencies>
378378
<configuration>

0 commit comments

Comments
 (0)