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 ded9054b2d43b55f36ffba170f6639b597f25164
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 11 10:08:16 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] <[email protected]>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 3dd9e1929..6c0438fd5 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>
<version.plexus.build.api>0.0.7</version.plexus.build.api>