Skip to content

Commit

Permalink
build(deps): Bump com.puppycrawl.tools:checkstyle
Browse files Browse the repository at this point in the history
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.18.2 to 10.19.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.18.2...checkstyle-10.19.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>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 5000fb7 commit 5b6b45b
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.18.2</checkstyle.version>
<checkstyle.version>10.19.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.1</checker-qual.version>
<checkstyle.version>10.18.2</checkstyle.version>
<checkstyle.version>10.19.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 5b6b45b

Please sign in to comment.