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-text.git
The following commit(s) were added to refs/heads/master by this push: new 5a90f1d Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 new 954e1ff Merge branch 'pr-202' 5a90f1d is described below commit 5a90f1d1b705eb3a7ee87e04a20e73e15eb09652 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Feb 1 10:47:28 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] <supp...@github.com> --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a70ba4b..ba6408f 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-text</commons.scmPubUrl> <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> - <checkstyle.plugin.version>3.1.1</checkstyle.plugin.version> + <checkstyle.plugin.version>3.1.2</checkstyle.plugin.version> <checkstyle.version>8.40</checkstyle.version> <spotbugs.plugin.version>4.2.0</spotbugs.plugin.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c186612..6b24587 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -72,6 +72,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">Update commons.jacoco.version 0.8.5 to 0.8.6; fixes Java 15 build.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Update spotbugs from 4.1.3 to 4.2.0 #175, 189.</action> <action type="update" dev="ggregory" due-to="Arturo Bernal">Minor Improvements #196..</action> + <action type="update" dev="kinow" due-to="Dependabot">Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 #202.</action> </release> <release version="1.9" date="2020-07-21" description="Release 1.9. Requires Java 8."> <action issue="TEXT-166" type="fix" dev="kinow" due-to="Mikko Maunu">Removed non-existing parameter from Javadocs and spelled out parameters in throws.</action>