This is an automated email from the ASF dual-hosted git repository.
kinow 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 b1d1e15 Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2
new d3cde9c Merge branch 'pr-211'
b1d1e15 is described below
commit b1d1e1583484bd247ded173f124f5b91a86a91fa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 1 11:05:41 2021 +0000
Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2
Bumps
[maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin)
from 3.1.1 to 3.1.2.
- [Release
notes](https://github.com/apache/maven-checkstyle-plugin/releases)
-
[Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.1...maven-checkstyle-plugin-3.1.2)
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
src/changes/changes.xml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index bc1ea7d..0391bf9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -559,7 +559,7 @@
<commons.jira.pid>12310465</commons.jira.pid>
<!-- The RC version used in the staging repository URL. -->
<commons.rc.version>RC1</commons.rc.version>
- <checkstyle.version>3.1.1</checkstyle.version>
+ <checkstyle.version>3.1.2</checkstyle.version>
<checkstyle.dep.version>8.40</checkstyle.dep.version>
<commons.site.path>collections</commons.site.path>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 032150b..c6a073f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -240,6 +240,9 @@
<action type="update" dev="ggregory" due-to="EruDev">
Fix typo erroring -> erring #202.
</action>
+ <action type="update" dev="kinow" due-to="Dependabot">
+ Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 #211.
+ </action>
</release>
<release version="4.4" date="2019-07-05" description="Maintenance release.">
<action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi,
Gary Gregory">