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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new acbae27d33 Bump com.puppycrawl.tools:checkstyle from 12.3.1 to 13.1.0 
(#2868)
acbae27d33 is described below

commit acbae27d337870d53195205b6ffcfbbdd1615598
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 6 07:37:01 2026 -0500

    Bump com.puppycrawl.tools:checkstyle from 12.3.1 to 13.1.0 (#2868)
    
    Bumps 
[com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) 
from 12.3.1 to 13.1.0.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - 
[Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-12.3.1...checkstyle-13.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-version: 13.1.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 parent/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8c00153ff3..708b5e6f0f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -107,6 +107,7 @@
         <cxf.commons-lang3.version>3.20.0</cxf.commons-lang3.version>
         <cxf.commons-logging.version>1.3.5</cxf.commons-logging.version>
         <cxf.commons-text.version>1.15.0</cxf.commons-text.version>
+        <cxf.checkstyle.version>13.1.0</cxf.checkstyle.version>
         <cxf.derby.version>10.17.1.0</cxf.derby.version>
         <cxf.dom4j.version>2.2.0</cxf.dom4j.version>
         <cxf.dropwizard3.version>3.2.6</cxf.dropwizard3.version>
@@ -397,7 +398,7 @@
                         <dependency>
                             <groupId>com.puppycrawl.tools</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>12.3.1</version>
+                            <version>${cxf.checkstyle.version}</version>
                         </dependency>
                     </dependencies>
                     <configuration>
@@ -2371,6 +2372,7 @@
                 <cxf.derby.version>10.16.1.1</cxf.derby.version>
                 <cxf.lucene.version>9.12.3</cxf.lucene.version>
                 <cxf.grizzly.version>4.0.2</cxf.grizzly.version>
+                <cxf.checkstyle.version>12.3.1</cxf.checkstyle.version>
             </properties>
         </profile>
     </profiles>

Reply via email to