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-dbcp.git
The following commit(s) were added to refs/heads/master by this push: new 4feb797 Bump checkstyle from 9.0 to 9.2 (#149) 4feb797 is described below commit 4feb7978786df284a30c2de924b31b5c5f74a244 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Dec 23 09:46:24 2021 -0500 Bump checkstyle from 9.0 to 9.2 (#149) Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.0 to 9.2. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.0...checkstyle-9.2) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor ... 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 5d61fee..90ae48a 100644 --- a/pom.xml +++ b/pom.xml @@ -338,7 +338,7 @@ <commons.jira.pid>12310469</commons.jira.pid> <!-- Override CP version until that is updated --> <commons.checkstyle-plugin.version>3.1.2</commons.checkstyle-plugin.version> - <commons.checkstyle.version>9.0</commons.checkstyle.version> + <commons.checkstyle.version>9.2</commons.checkstyle.version> <commons.javadoc.version>3.3.1</commons.javadoc.version> <!-- Constant for Commons Pool version (used in multiple places) --> <commons.pool.version>2.11.1</commons.pool.version>