Skip to content

Commit

Permalink
deps: update dependency com.puppycrawl.tools:checkstyle to v9.2.1 (#1532
Browse files Browse the repository at this point in the history
)
  • Loading branch information
renovate-bot committed Jan 21, 2022
1 parent 318e54a commit e13eebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -659,7 +659,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>9.2</version>
<version>9.2.1</version>
</dependency>
</dependencies>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion samples/dailymotion-simple-cmdline-sample/pom.xml
Expand Up @@ -95,7 +95,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>9.2</version>
<version>9.2.1</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit e13eebd

Please sign in to comment.