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/01 06:56:34 UTC

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

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 ef36f8c  Bump checkstyle from 10.3.1 to 10.3.2
ef36f8c is described below

commit ef36f8c074a20aef6874eca93b8d3474398c83d8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Aug 1 04:03:03 2022 +0000

    Bump checkstyle from 10.3.1 to 10.3.2
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.3.1 to 10.3.2.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.3.1...checkstyle-10.3.2)
    
    ---
    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 b468c92..4c03825 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.1</version>
+              <version>10.3.2</version>
             </dependency>
             <dependency>
               <groupId>org.apache.maven.shared</groupId>