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
….12.0 (#183)

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
2 people authored and DerekRoberts committed May 14, 2024
1 parent 58dec22 commit a79a14e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.11.0</version>
<version>10.12.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion oracle-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.11.0</version>
<version>10.12.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit a79a14e

Please sign in to comment.