Skip to content

Commit

Permalink
Pinned com.puppycrawl.tools:checkstyle back to 9.3 and added the depe…
Browse files Browse the repository at this point in the history
…ndency as ignored in dependabot. (#394)
  • Loading branch information
traceyyoshima authored Jul 8, 2022
1 parent b6ca866 commit 11fe5d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ updates:
interval: weekly
commit-message:
prefix: "chore(ci)"
ignore:
- dependency-name: "com.puppycrawl.tools:checkstyle"
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.1</version>
<!--suppress MavenPackageUpdate Pinned to 9.3, because 10.x does not support Java 8. -->
<version>9.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
Expand Down

0 comments on commit 11fe5d2

Please sign in to comment.