Merge pull request #248 from apache/dependabot/maven/com.puppycrawl.tools-checkstyle-9.0

Bump checkstyle from 8.45.1 to 9.0
This commit is contained in:
Bruno P. Kinoshita 2021-09-03 09:51:50 +12:00 committed by GitHub
commit ddb4f78cff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -571,7 +571,7 @@
<!-- The RC version used in the staging repository URL. -->
<commons.rc.version>RC1</commons.rc.version>
<checkstyle.version>3.1.2</checkstyle.version>
<checkstyle.dep.version>8.45.1</checkstyle.dep.version>
<checkstyle.dep.version>9.0</checkstyle.dep.version>
<commons.site.path>collections</commons.site.path>
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-collections</commons.scmPubUrl>

View File

@ -203,6 +203,7 @@
Bump checkstyle from 8.43 to 8.44 #243.
Bump checkstyle from 8.44 to 8.45 #245.
Bump checkstyle from 8.45 to 8.45.1 #246.
Bump checkstyle from 8.45.1 to 9.0 #248.
</action>
<action dev="ggregory" type="update" due-to="Chen, Bruno P. Kinoshita, Gary Gregory, Michael Osipov">
Better NPE messages in CollectionUtils with Objects.requireNonNull #117.