You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/08/04 06:03:08 UTC

[camel-kamelets] 06/06: Upgrade Apache Rat to version 0.14

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

acosentino pushed a commit to branch maven-upgrades
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 052c9d720fac106c09812d9334ddb7334ceba852
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 4 07:57:49 2022 +0200

    Upgrade Apache Rat to version 0.14
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c83c9904..d7e8d412 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
         <maven-checksum-maven-plugin.version>1.11</maven-checksum-maven-plugin.version>
         <maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
         <maven-groovy-plugin.version>2.1.1</maven-groovy-plugin.version>
-        <apache-rat-plugin.version>0.13</apache-rat-plugin.version>
+        <apache-rat-plugin.version>0.14</apache-rat-plugin.version>
 
         <camel.version>3.18.0</camel.version>
         <slf4j.version>1.7.36</slf4j.version>