Skip to content

Commit 62f6ab4

Browse files
authored
chore(deps): update dependency com.puppycrawl.tools:checkstyle to v9 (#1865)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.puppycrawl.tools:checkstyle](https://checkstyle.org/) ([source](https://togithub.com/checkstyle/checkstyle)) | `8.39` -> `9.0.1` | [![age](https://badges.renovateapi.com/packages/maven/com.puppycrawl.tools:checkstyle/9.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.puppycrawl.tools:checkstyle/9.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.puppycrawl.tools:checkstyle/9.0.1/compatibility-slim/8.39)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.puppycrawl.tools:checkstyle/9.0.1/confidence-slim/8.39)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-api-java-client).
1 parent f1e1193 commit 62f6ab4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ page at http://checkstyle.sourceforge.net/config.html -->
7070
<!-- Checks for Javadoc comments. -->
7171
<!-- See http://checkstyle.sf.net/config_javadoc.html -->
7272
<module name="JavadocMethod">
73-
<property name="scope" value="protected"/>
73+
<property name="accessModifiers" value="protected"/>
7474
<property name="severity" value="warning"/>
7575
<property name="allowMissingParamTags" value="true"/>
7676
<property name="allowMissingReturnTag" value="true"/>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@
574574
<dependency>
575575
<groupId>com.puppycrawl.tools</groupId>
576576
<artifactId>checkstyle</artifactId>
577-
<version>8.39</version>
577+
<version>9.0.1</version>
578578
</dependency>
579579
</dependencies>
580580
<configuration>

0 commit comments

Comments
 (0)