Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 4a3f449 commit 374e202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<description>Example how to use the SDN 6 code generator.</description>

<properties>
<checkstyle.version>10.19.0</checkstyle.version>
<checkstyle.version>10.20.0</checkstyle.version>
<java-module-name>org.neo4j.cypherdsl.examples.sdn6</java-module-name>
<java.version>17</java.version>
<license-maven-plugin.version>4.6</license-maven-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<cglib.version>3.3.0</cglib.version>
<changelist>-SNAPSHOT</changelist>
<checker-qual.version>3.48.2</checker-qual.version>
<checkstyle.version>10.19.0</checkstyle.version>
<checkstyle.version>10.20.0</checkstyle.version>
<compile-testing.version>0.21.0</compile-testing.version>
<covered-ratio-complexity>0.75</covered-ratio-complexity>
<covered-ratio-instructions>0.75</covered-ratio-instructions>
Expand Down

0 comments on commit 374e202

Please sign in to comment.