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 03b1e04  Bump checkstyle from 9.0 to 9.0.1 (#104)
03b1e04 is described below

commit 03b1e04903447c40ad8f0d02e486693de1b1c515
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 17 10:13:27 2021 -0400

    Bump checkstyle from 9.0 to 9.0.1 (#104)
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.0 to 
9.0.1.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - 
[Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.0...checkstyle-9.0.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 3eec6ad..707ee72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,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>9.0</commons.checkstyle.version>
+    <commons.checkstyle.version>9.0.1</commons.checkstyle.version>
     <commons.felix.version>5.1.2</commons.felix.version>
     <spotbugs.plugin.version>4.4.1</spotbugs.plugin.version>
     <spotbugs.impl.version>4.4.1</spotbugs.impl.version>

Reply via email to