Bump checkstyle from 9.1 to 9.2
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.1 to 9.2. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.1...checkstyle-9.2) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
371313a2e4
commit
3ba6407e22
2
pom.xml
2
pom.xml
|
@ -577,7 +577,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>9.1</checkstyle.dep.version>
|
||||
<checkstyle.dep.version>9.2</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>
|
||||
|
|
|
@ -215,6 +215,7 @@
|
|||
Bump checkstyle from 8.45.1 to 9.0 #248.
|
||||
Bump checkstyle from 9.0 to 9.0.1 #257.
|
||||
Bump checkstyle from 9.0.1 to 9.1 #263.
|
||||
Bump checkstyle from 9.1 to 9.2 #270.
|
||||
</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.
|
||||
|
|
Loading…
Reference in New Issue