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 7998208 Bump checkstyle from 9.2 to 9.2.1 (#271)
7998208 is described below
commit 799820816a92e44788bdb88d4e97d52ddcbc6a93
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 27 08:37:08 2021 -0500
Bump checkstyle from 9.2 to 9.2.1 (#271)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.2 to
9.2.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
-
[Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.2...checkstyle-9.2.1)
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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 b91659c..4cd156b 100644
--- a/pom.xml
+++ b/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.2</checkstyle.dep.version>
+ <checkstyle.dep.version>9.2.1</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>