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.1 to 10.18.2.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.18.1...checkstyle-10.18.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]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 7cef9fe commit 365cccc
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.1</checkstyle.version>
<checkstyle.version>10.18.2</checkstyle.version>
<java-module-name>org.neo4j.cypherdsl.examples.sdn6</java-module-name>
<java.version>17</java.version>
<license-maven-plugin.version>4.5</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.47.0</checker-qual.version>
<checkstyle.version>10.18.1</checkstyle.version>
<checkstyle.version>10.18.2</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 365cccc

Please sign in to comment.