This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git
The following commit(s) were added to refs/heads/master by this push: new f4ac821 Bump checkstyle from 8.44 to 8.45 (#245) f4ac821 is described below commit f4ac82113dbc55e3df015d6f7fdd76309dbd7765 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Aug 2 14:32:54 2021 -0400 Bump checkstyle from 8.44 to 8.45 (#245) Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.44 to 8.45. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.44...checkstyle-8.45) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 456fed1..6adcdd0 100644 --- a/pom.xml +++ b/pom.xml @@ -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.44</checkstyle.dep.version> + <checkstyle.dep.version>8.45</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>