Skip to content

Commit

Permalink
Bump checkstyle from 9.0 to 9.0.1
Browse files Browse the repository at this point in the history
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.0 to 9.0.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-9.0...checkstyle-9.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kinow committed Oct 4, 2021
1 parent 2c42237 commit 7813cb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>

<checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
<checkstyle.version>9.0</checkstyle.version>
<checkstyle.version>9.0.1</checkstyle.version>

<spotbugs.plugin.version>4.4.1</spotbugs.plugin.version>
<spotbugs.impl.version>4.4.1</spotbugs.impl.version>
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="TEXT-185" type="add" dev="ggregory" due-to="Larry West, Gary Gregory">Release Notes page hasn't been updated for 1.9 release yet.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add StrBuilder.isNotEmpty().</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Dependabot">Update checkstyle from 8.34 to 9.0, #141, #168, #182, #188, #193, #201 #208 #211 #228 #235 #245 #253 #255 #262.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Update checkstyle from 8.34 to 9.0.1, #141, #168, #182, #188, #193, #201 #208 #211 #228 #235 #245 #253 #255 #262 #270.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump spotbugs-maven-plugin from 4.0.0 to 4.4.1, #144, #150, #167, #176, #194, #210, #223, #250 #268.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Update mockito-inline from 3.4.4 to 3.12.4, #143 #148 #149 #152 #153 #154 #158 #159 #166 #177 #180 #187 #195 #197 #207 #216 #231 #236 #237 #243 #258 #259 #260 #261.</action>
<action type="update" dev="kinow" due-to="Dependabot">Bump junit-jupiter from 5.6.2 to 5.8.1 #163 #204 #232 #265 #269.</action>
Expand Down

0 comments on commit 7813cb9

Please sign in to comment.