This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new a70b63aebe Bump org.apache.rat:apache-rat-plugin from 0.16.1 to 0.17
(#2119) (#2122)
a70b63aebe is described below
commit a70b63aebe1db100dd044b7822ae16329052cfd1
Author: JB Onofré <[email protected]>
AuthorDate: Sun Oct 19 16:44:54 2025 +0200
Bump org.apache.rat:apache-rat-plugin from 0.16.1 to 0.17 (#2119) (#2122)
* Bump org.apache.rat:apache-rat-plugin from 0.16.1 to 0.17
Bumps org.apache.rat:apache-rat-plugin from 0.16.1 to 0.17.
---
updated-dependencies:
- dependency-name: org.apache.rat:apache-rat-plugin
dependency-version: '0.17'
dependency-type: direct:production
update-type: version-update:semver-minor
...
* Exclude new test files from rat
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3a5933b298..52abc92f54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -740,7 +740,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>0.16.1</version>
+ <version>0.17</version>
<executions>
<execution>
<phase>verify</phase>
@@ -785,9 +785,12 @@
<exclude>**/*.json</exclude>
<!-- test wiring resource files -->
<exclude>**/src/test/resources/wirings/*</exclude>
+ <!-- other test resources -->
+ <exclude>**/badZipFile.zip</exclude>
<!-- SSH keys -->
- <exclude>**/*.key</exclude>
+
<exclude>**/*.key</exclude>
<exclude>**/*.id_rsa</exclude>
+ <exclude>**/rsa.pem</exclude>
<!-- For Jenkins, ignore the .repository -->
<exclude>.repository/**</exclude>
<!-- jar files -->