You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2022/10/03 21:07:49 UTC

[logging-log4j2] 05/08: Bump checkstyle from 8.45.1 to 9.3

This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit e96495d8cacbd3b86cd6778caba2475d2db983d5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 3 18:26:14 2022 +0000

    Bump checkstyle from 8.45.1 to 9.3
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.45.1 to 9.3.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.45.1...checkstyle-9.3)
    
    ---
    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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2738fe43ce..12877b4b2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -244,7 +244,7 @@
     <asciidoctor-maven-plugin.version>1.5.6</asciidoctor-maven-plugin.version>
     <build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version>
     <!-- checkstyle 10.0 requires Java 11 -->
-    <checkstyle.version>8.45.1</checkstyle.version>
+    <checkstyle.version>9.3</checkstyle.version>
     <checksum-maven-plugin.version>1.11</checksum-maven-plugin.version>
     <coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
     <docker-maven-plugin.version>0.40.2</docker-maven-plugin.version>