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-configuration.git
The following commit(s) were added to refs/heads/master by this push: new f14836a Bump maven-checkstyle-plugin from 3.1.0 to 3.1.1 (#57) f14836a is described below commit f14836a499392441c428d3fb2e02e6cf7d082064 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Aug 5 10:58:09 2020 -0400 Bump maven-checkstyle-plugin from 3.1.0 to 3.1.1 (#57) Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases) - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.0...maven-checkstyle-plugin-3.1.1) 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 659c7cb..dc1fb39 100644 --- a/pom.xml +++ b/pom.xml @@ -619,7 +619,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>3.1.0</version> + <version>3.1.1</version> <configuration> <configLocation>${basedir}/conf/checkstyle.xml</configLocation> <suppressionsLocation>${basedir}/conf/checkstyle-suppressions.xml</suppressionsLocation>