Skip to content

Commit

Permalink
Bump com.puppycrawl.tools:checkstyle from 10.17.0 to 10.18.0 (#2026)
Browse files Browse the repository at this point in the history
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.17.0 to 10.18.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.17.0...checkstyle-10.18.0)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 6709b41)
  • Loading branch information
dependabot[bot] authored and reta committed Aug 27, 2024
1 parent 96eb12b commit 4c18571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,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
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public MetadataMap(boolean readOnly, boolean caseInsensitive) {

public MetadataMap(Map<K, List<V>> store, boolean readOnly, boolean caseInsensitive) {

this (store, true, readOnly, caseInsensitive);
this(store, true, readOnly, caseInsensitive);

}

Expand Down

0 comments on commit 4c18571

Please sign in to comment.