You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2021/11/02 06:55:49 UTC

[camel-k-runtime] 06/12: deps: update checkstyle to v8.44

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

lburgazzoli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 88cdc7f0a976c2321819196ef7626037342faee2
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Fri Oct 22 18:31:58 2021 +0200

    deps: update checkstyle to v8.44
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0346df6..6880cab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
         <exec-maven-plugin-version>3.0.0</exec-maven-plugin-version>
         <mycila-license-version>4.1</mycila-license-version>
         <maven-checkstyle-plugin-version>3.1.2</maven-checkstyle-plugin-version>
-        <maven-checkstyle-version>8.43</maven-checkstyle-version>
+        <maven-checkstyle-version>8.44</maven-checkstyle-version>
         <maven-gpg-plugin-version>3.0.1</maven-gpg-plugin-version>
         <maven-deploy-plugin-version>3.0.0-M1</maven-deploy-plugin-version>
         <maven-javadoc-plugin-version>3.3.1</maven-javadoc-plugin-version>