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-imaging.git
The following commit(s) were added to refs/heads/master by this push: new 62771dc Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 new e741fed Merge branch 'pr-117' 62771dc is described below commit 62771dc38f4b563a8a763d0543d774586fa0d6c9 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Feb 1 06:39:34 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 | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ff1cbf3..4a1a16f 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <checkstyle.plugin.version>3.1.1</checkstyle.plugin.version> + <checkstyle.plugin.version>3.1.2</checkstyle.plugin.version> <spotbugs.plugin.version>4.2.0</spotbugs.plugin.version> <spotbugs.impl.version>4.2.0</spotbugs.impl.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e64b6e0..110b09e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,6 +46,9 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="1.0-alpha3" date="2020-??-??" description="Third 1.0 alpha release"> <action dev="kinow" type="update" due-to="Dependabot"> + Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 #117. + </action> + <action dev="kinow" type="update" due-to="Dependabot"> Bump spotbugs from 4.0.6 to 4.2.0 #111. </action> <action dev="kinow" type="update" due-to="Dependabot">