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

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


The following commit(s) were added to refs/heads/main by this push:
     new 97baeb0458b Upgrade license plugin 4.5
97baeb0458b is described below

commit 97baeb0458be0f8f7620481d30c942f77e683028
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jun 13 07:07:50 2024 +0200

    Upgrade license plugin 4.5
---
 .../camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java | 2 +-
 pom.xml                                                                | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

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 ad29dad2a23..9f0de97dac8 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
@@ -180,7 +180,7 @@ public final class SensitiveUtils {
                                                     + "|\\Qverificationcode\\E"
                                                     + 
"|\\Qwebhookverifytoken\\E"
                                                     + 
"|\\Qzookeeperpassword\\E"
-    // SENSITIVE-PATTERN: END
+                                                    // SENSITIVE-PATTERN: END
     ;
 
     private SensitiveUtils() {
diff --git a/pom.xml b/pom.xml
index c9573cce6c0..f481c696c9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
         <cyclonedx-maven-plugin-version>2.8.0</cyclonedx-maven-plugin-version>
         <flatten-maven-plugin-version>1.6.0</flatten-maven-plugin-version>
         <gmavenplus-plugin-version>2.1.0</gmavenplus-plugin-version>
-        <license-maven-plugin-version>4.3</license-maven-plugin-version>
+        <license-maven-plugin-version>4.5</license-maven-plugin-version>
         <maven-assembly-plugin-version>3.7.1</maven-assembly-plugin-version>
         <maven-compiler-plugin-version>3.13.0</maven-compiler-plugin-version>
         
<maven-dependency-plugin-version>3.7.0</maven-dependency-plugin-version>
@@ -330,6 +330,7 @@
                                     <exclude>mvnw*</exclude>
                                     <exclude>Dockerfile</exclude>
                                     <exclude>builder*</exclude>
+                                    
<exclude>**/FileSplitXPathCharsetTest-input.xml</exclude>
                                 </excludes>
                             </licenseSet>
                         </licenseSets>

Reply via email to