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-pool.git
The following commit(s) were added to refs/heads/master by this push: new 5561dd3 Bump checkstyle from 8.45 to 8.45.1 (#93) 5561dd3 is described below commit 5561dd34f071d2a0b16d412cd255c0f580d8c7f5 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Aug 13 08:50:33 2021 -0400 Bump checkstyle from 8.45 to 8.45.1 (#93) Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.45 to 8.45.1. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.45...checkstyle-8.45.1) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-patch ... 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 c6708e1..1cdf0f5 100644 --- a/pom.xml +++ b/pom.xml @@ -196,7 +196,7 @@ <commons.osgi.import>net.sf.cglib.proxy;resolution:=optional,*</commons.osgi.import> <commons.animal-sniffer.version>1.20</commons.animal-sniffer.version> <commons.checkstyle-plugin.version>3.1.2</commons.checkstyle-plugin.version> - <commons.checkstyle.version>8.45</commons.checkstyle.version> + <commons.checkstyle.version>8.45.1</commons.checkstyle.version> <commons.felix.version>5.1.2</commons.felix.version> <spotbugs.plugin.version>4.3.0</spotbugs.plugin.version> <spotbugs.impl.version>4.2.3</spotbugs.impl.version>