This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 759a76c9ba Bump org.apache.rat:apache-rat-plugin from 0.16.1 to 0.17
(#2119)
759a76c9ba is described below
commit 759a76c9ba2396982cb2c2c40ba95d9ae2a6c2d3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 19 14:47:32 2025 +0200
Bump org.apache.rat:apache-rat-plugin from 0.16.1 to 0.17 (#2119)
* 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
...
Signed-off-by: dependabot[bot] <[email protected]>
* 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>
Co-authored-by: JB Onofré <[email protected]>
---
pom.xml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 89a7af8e0f..e39bd7b908 100644
--- a/pom.xml
+++ b/pom.xml
@@ -746,7 +746,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>
@@ -791,9 +791,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 -->