You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/09/02 18:33:47 UTC

[commons-pool] branch master updated: Bump checkstyle from 8.45.1 to 9.0 (#97)

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 288af80  Bump checkstyle from 8.45.1 to 9.0 (#97)
288af80 is described below

commit 288af807d1f27d946c3e61bd20251e3b14c4f12d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Sep 2 14:33:43 2021 -0400

    Bump checkstyle from 8.45.1 to 9.0 (#97)
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.45.1 to 9.0.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.45.1...checkstyle-9.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e4df04d..3542eea 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>8.45.1</commons.checkstyle.version>
+    <commons.checkstyle.version>9.0</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.4.0</spotbugs.impl.version>