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/01 21:04:32 UTC

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

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 1c57be3  Bump checkstyle from 9.0.1 to 9.1
1c57be3 is described below

commit 1c57be31e8dae6cd504ee7932d62f332eef69ec1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Nov 1 12:34:43 2021 +0000

    Bump checkstyle from 9.0.1 to 9.1
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.0.1 to 9.1.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.0.1...checkstyle-9.1)
    
    ---
    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 | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index c51a8b4..819bb82 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.1</commons.checkstyle.version>
+    <commons.checkstyle.version>9.1</commons.checkstyle.version>
     <commons.felix.version>5.1.2</commons.felix.version>
     <spotbugs.plugin.version>4.4.2.2</spotbugs.plugin.version>
     <spotbugs.impl.version>4.4.2</spotbugs.impl.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7557b4d..3918813 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,7 +48,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action dev="ggregory" type="add" due-to="Gary Gregory">
       Add PooledObject.getFullDuration().
     </action>
-    <!-- UDPATE -->
+    <!-- UPDATE -->
     <action dev="ggregory" type="update" due-to="Dependabot">
       Bump spotbugs from 4.3.0 to 4.4.2 #94, #99, #106.
     </action>
@@ -59,7 +59,7 @@ The <action> type attribute can be add,update,fix,remove.
       Bump junit-bom from 5.8.0-M1 to 5.8.1 #96, #100, #103.
     </action>
     <action dev="ggregory" type="update" due-to="Dependabot">
-      Bump checkstyle from 8.45.1 to 9.0.1 #97, #104.
+      Bump checkstyle from 8.45.1 to 9.1 #97, #104, #111.
     </action>
     <action dev="ggregory" type="update" due-to="Dependabot">
       Bump maven-pmd-plugin from 3.14.0 to 3.15.0 #101.