You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/08/02 08:38:59 UTC

[camel-kafka-connector] 01/01: Bump checkstyle from 8.26 to 8.29 in /parent

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

github-bot pushed a commit to branch dependabot/maven/parent/com.puppycrawl.tools-checkstyle-8.29
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 4958c2eacfd15562ad938c437f4080efacd2c2d0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Aug 2 08:38:52 2023 +0000

    Bump checkstyle from 8.26 to 8.29 in /parent
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.26 to 8.29.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.26...checkstyle-8.29)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3711371c1..4f25a6923 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -52,7 +52,7 @@
         <version.scala.library>2.12.12</version.scala.library>
         <version.maven.maven-remote-resources-plugin>1.6.0</version.maven.maven-remote-resources-plugin>
 
-        <version.maven.checkstyle>8.26</version.maven.checkstyle>
+        <version.maven.checkstyle>8.29</version.maven.checkstyle>
         <version.maven.checkstyle.plugin>3.1.0</version.maven.checkstyle.plugin>
         <version.maven.surefire.plugin>3.0.0-M4</version.maven.surefire.plugin>