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 2e1965571 TIKA-4421: update build-helper-maven-plugin
2e1965571 is described below

commit 2e19655713020b73d6cb933a60c10d78cbe3dcd1
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Jun 5 10:47:04 2025 +0200

    TIKA-4421: update build-helper-maven-plugin
---
 tika-app/pom.xml  | 2 +-
 tika-grpc/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tika-app/pom.xml b/tika-app/pom.xml
index c2e0959db..eae03fde7 100644
--- a/tika-app/pom.xml
+++ b/tika-app/pom.xml
@@ -251,7 +251,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 7e22e257a..e4b3d031f 100644
--- a/tika-grpc/pom.xml
+++ b/tika-grpc/pom.xml
@@ -303,7 +303,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>

Reply via email to