You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/02/08 15:21:17 UTC

[cxf] 02/03: Bump checkstyle from 10.1 to 10.7.0 (#1121)

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

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 504c3b5890dc251f7fc2d75dc462610d7e0d4bdb
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 8 07:37:57 2023 -0500

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 9fd02a936a..993749159b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -393,7 +393,7 @@
                         <dependency>
                             <groupId>com.puppycrawl.tools</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>10.1</version>
+                            <version>10.7.0</version>
                         </dependency>
                     </dependencies>
                     <configuration>