Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump com.puppycrawl.tools:checkstyle from 10.14.2 to 10.17.0 #623

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps): bump com.puppycrawl.tools:checkstyle
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.14.2 to 10.17.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.14.2...checkstyle-10.17.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]>
  • Loading branch information
dependabot[bot] committed Jun 16, 2024
commit 952fceef780d9f6c715fb9a787349f8b33c8fb93
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

<!-- Dependency versions -->
<dependency.apache-commons.version>3.14.0</dependency.apache-commons.version>
<dependency.checkstyle.version>10.14.2</dependency.checkstyle.version>
<dependency.checkstyle.version>10.17.0</dependency.checkstyle.version>
<dependency.slfj.version>2.0.13</dependency.slfj.version>
<dependency.servlet-api.version>4.0.1</dependency.servlet-api.version>
<dependency.play.version>2.8.21</dependency.play.version>
Expand Down
Loading