Skip to content

Commit

Permalink
Bump com.puppycrawl.tools:checkstyle from 10.12.1 to 10.12.2 (#441)
Browse files Browse the repository at this point in the history
* Bump com.puppycrawl.tools:checkstyle from 10.12.1 to 10.12.2

Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.12.1 to 10.12.2.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.12.1...checkstyle-10.12.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Fix style

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marek Suchánek <[email protected]>
  • Loading branch information
dependabot[bot] and MarekSuchanek authored Aug 4, 2023
1 parent 4c2ef22 commit d854ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.12.1</version>
<version>10.12.2</version>
</dependency>
<dependency>
<groupId>io.spring.javaformat</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ private Cache parentCache() {
}

@Getter
private static class ResourceDefinitionParents {
private static final class ResourceDefinitionParents {
private final Set<ResourceDefinition> parents = new HashSet<>();

public void add(ResourceDefinition rdParent) {
Expand Down

0 comments on commit d854ff4

Please sign in to comment.