This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_3x by this push:
new 3c73f686f TIKA-4488: update rat
3c73f686f is described below
commit 3c73f686f19fc408081ec0f36e6751e65c397348
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Oct 18 17:16:18 2025 +0200
TIKA-4488: update rat
---
tika-parent/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index ff00c2f37..8f80725b7 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -305,7 +305,7 @@
<maven.project.info.reports.version>3.9.0</maven.project.info.reports.version>
<!-- can't update to 11, needs jdk17 -->
<puppycrawl.version>10.26.1</puppycrawl.version>
- <rat.version>0.16.1</rat.version>
+ <rat.version>0.17</rat.version>
<!-- dependency versions -->
<!-- change threetenbp exclusion version -->
@@ -1459,7 +1459,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>${rat.version}</version> <!-- keep this when testing
snapshot -->
+ <version>${rat.version}</version> <!-- keep this when version
newer than apache parent -->
<configuration>
<excludes>
<exclude>nb-configuration.xml</exclude> <!-- local netbeans -->