This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 3f4a0635f TIKA-4327: update build-helper-maven-plugin
3f4a0635f is described below
commit 3f4a0635f53081e1c90f559800a71aa602f28e36
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Jun 5 10:45:48 2025 +0200
TIKA-4327: update build-helper-maven-plugin
---
tika-app/pom.xml | 2 +-
tika-grpc/pom.xml | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/tika-app/pom.xml b/tika-app/pom.xml
index 3476ff2c9..ccb0d7a19 100644
--- a/tika-app/pom.xml
+++ b/tika-app/pom.xml
@@ -246,7 +246,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>3.6.0</version>
+ <version>3.6.1</version>
<executions>
<execution>
<phase>package</phase>
diff --git a/tika-grpc/pom.xml b/tika-grpc/pom.xml
index 5d2412e63..b0e7aa558 100644
--- a/tika-grpc/pom.xml
+++ b/tika-grpc/pom.xml
@@ -298,7 +298,6 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>${rat.version}</version>
<configuration>
<excludes>
<exclude>src/test/resources/certs/**</exclude>
@@ -309,7 +308,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>3.6.0</version>
+ <version>3.6.1</version>
<executions>
<execution>
<id>test</id>