You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/08/29 09:17:17 UTC

[maven-indexer] branch master updated: Bump checkstyle from 10.3.2 to 10.3.3

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git


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

commit ccc2c99d6b5b301e47f6725bc4da3e3d3b75f3c4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Aug 29 04:01:44 2022 +0000

    Bump checkstyle from 10.3.2 to 10.3.3
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.3.2 to 10.3.3.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.3.2...checkstyle-10.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 41b7d74..522684e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -341,7 +341,7 @@ under the License.
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>10.3.2</version>
+              <version>10.3.3</version>
             </dependency>
             <dependency>
               <groupId>org.apache.maven.shared</groupId>