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 2023/11/17 13:38:20 UTC

(commons-parent) branch master updated: Bump com.puppycrawl.tools:checkstyle from 9.3 to 10.12.5 (#329)

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


The following commit(s) were added to refs/heads/master by this push:
     new 1c76a86  Bump com.puppycrawl.tools:checkstyle from 9.3 to 10.12.5 (#329)
1c76a86 is described below

commit 1c76a86b32d74727c94fe53e464a4b10ac2f5dc5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Nov 17 08:38:15 2023 -0500

    Bump com.puppycrawl.tools:checkstyle from 9.3 to 10.12.5 (#329)
    
    Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 9.3 to 10.12.5.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.3...checkstyle-10.12.5)
    
    ---
    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 dafd8a1..520158d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
     <commons.build-plugin.version>1.13</commons.build-plugin.version>
     <commons.changes.version>2.12.1</commons.changes.version>
     <commons.checkstyle-plugin.version>3.3.1</commons.checkstyle-plugin.version>
-    <commons.checkstyle.version>9.3</commons.checkstyle.version>
+    <commons.checkstyle.version>10.12.5</commons.checkstyle.version>
     <commons.cobertura.version>2.7</commons.cobertura.version>
     <commons.compiler.version>3.11.0</commons.compiler.version>
     <commons.cyclonedx.version>2.7.10</commons.cyclonedx.version>