You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/07/31 05:00:55 UTC

[camel] branch master updated: Upgrade checkstyle plugin

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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 09de4fc  Upgrade checkstyle plugin
09de4fc is described below

commit 09de4fc67ad7d78106beb2ffa4589079fe2bbab1
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jul 31 06:54:11 2020 +0200

    Upgrade checkstyle plugin
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 45e51a2..1108e51 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -386,8 +386,8 @@
         <maven-archetype-packaging-version>2.3</maven-archetype-packaging-version>
         <maven-assembly-plugin-version>3.0.0</maven-assembly-plugin-version>
         <maven-bundle-plugin-version>4.2.1</maven-bundle-plugin-version>
-        <maven-checkstyle-plugin-version>3.1.0</maven-checkstyle-plugin-version>
-        <maven-checkstyle-version>8.26</maven-checkstyle-version>
+        <maven-checkstyle-plugin-version>3.1.1</maven-checkstyle-plugin-version>
+        <maven-checkstyle-version>8.35</maven-checkstyle-version>
         <maven-owasp-plugin-version>5.3.2</maven-owasp-plugin-version>
         <maven-jar-plugin-version>3.2.0</maven-jar-plugin-version>
         <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version>