You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by fm...@apache.org on 2023/03/24 13:12:39 UTC

[camel] branch camel-3.20.x updated: Update impsort for maven 3.9

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

fmariani pushed a commit to branch camel-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.20.x by this push:
     new 70e446ab667 Update impsort for maven 3.9
70e446ab667 is described below

commit 70e446ab667912ea358f8afc3c9f3566eda6c1bf
Author: Croway <fe...@gmail.com>
AuthorDate: Fri Mar 24 12:34:10 2023 +0100

    Update impsort for maven 3.9
---
 camel-dependencies/pom.xml                                              | 2 +-
 core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java | 2 +-
 parent/pom.xml                                                          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index aebe3348744..859c03a0f14 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -265,7 +265,7 @@
     <ical4j-version>1.0.7</ical4j-version>
     <icu4j-version>72.1</icu4j-version>
     <ignite-version>2.12.0</ignite-version>
-    <impsort-maven-plugin-version>1.6.0</impsort-maven-plugin-version>
+    <impsort-maven-plugin-version>1.8.0</impsort-maven-plugin-version>
     <infinispan-version>14.0.3.Final</infinispan-version>
     <influx-client-java-driver-version>6.7.0</influx-client-java-driver-version>
     <influx-guava-version>20.0</influx-guava-version>
diff --git a/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java b/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java
index 76239deefe6..8414c16966d 100644
--- a/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java
+++ b/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java
@@ -184,7 +184,7 @@ public final class SensitiveUtils {
                                                     + "|\\Qverificationcode\\E"
                                                     + "|\\Qwebhookverifytoken\\E"
                                                     + "|\\Qzookeeperpassword\\E"
-                                                    // SENSITIVE-PATTERN: END
+    // SENSITIVE-PATTERN: END
     ;
 
     private SensitiveUtils() {
diff --git a/parent/pom.xml b/parent/pom.xml
index c553ff53ab0..824dc1b0734 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -245,7 +245,7 @@
         <ical4j-version>1.0.7</ical4j-version>
         <icu4j-version>72.1</icu4j-version>
         <ignite-version>2.12.0</ignite-version>
-        <impsort-maven-plugin-version>1.6.0</impsort-maven-plugin-version>
+        <impsort-maven-plugin-version>1.8.0</impsort-maven-plugin-version>
         <infinispan-version>14.0.3.Final</infinispan-version>
         <influx-java-driver-version>2.22</influx-java-driver-version>
         <influx-client-java-driver-version>6.7.0</influx-client-java-driver-version>