You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2021/11/29 21:24:58 UTC

[commons-pool] branch master updated: Bump checkstyle from 9.1 to 9.2

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-pool.git


The following commit(s) were added to refs/heads/master by this push:
     new a12ff25  Bump checkstyle from 9.1 to 9.2
a12ff25 is described below

commit a12ff257b8a898199bec22c86be507eb2d278228
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Nov 29 13:27:22 2021 +0000

    Bump checkstyle from 9.1 to 9.2
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.1 to 9.2.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.1...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] <su...@github.com>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3a614d0..a8a3093 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.1</commons.checkstyle.version>
+    <commons.checkstyle.version>9.2</commons.checkstyle.version>
     <commons.felix.version>5.1.2</commons.felix.version>
     <spotbugs.plugin.version>4.5.0.0</spotbugs.plugin.version>
     <spotbugs.impl.version>4.5.0</spotbugs.impl.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 764c94b..e4507d29 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,7 +65,7 @@ The <action> type attribute can be add,update,fix,remove.
       Bump junit-bom from 5.8.0-M1 to 5.8.2 #96, #100, #103, #120.
     </action>
     <action dev="ggregory" type="update" due-to="Dependabot">
-      Bump checkstyle from 8.45.1 to 9.1 #97, #104, #111.
+      Bump checkstyle from 8.45.1 to 9.2 #97, #104, #111, #121.
     </action>
     <action dev="ggregory" type="update" due-to="Dependabot">
       Bump maven-pmd-plugin from 3.14.0 to 3.15.0 #101.