Skip to content

Commit

Permalink
chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10…
Browse files Browse the repository at this point in the history
….18.0
  • Loading branch information
renovate[bot] authored Aug 25, 2024
1 parent 53313c9 commit a45b796
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion catalog-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.17.0</version>
<version>10.18.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion inventory-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.17.0</version>
<version>10.18.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion order-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.17.0</version>
<version>10.18.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit a45b796

Please sign in to comment.