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 245c62dd9 TIKA-4327: update exec-maven-plugin, uimaj
245c62dd9 is described below

commit 245c62dd9dd592a077814e1a8e610828c2b65543
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Oct 2 21:01:20 2025 +0200

    TIKA-4327: update exec-maven-plugin, uimaj
---
 tika-grpc/pom.xml                    | 2 +-
 tika-parent/pom.xml                  | 7 ++++---
 tika-server/tika-server-core/pom.xml | 2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/tika-grpc/pom.xml b/tika-grpc/pom.xml
index cf3433da3..5086e82be 100644
--- a/tika-grpc/pom.xml
+++ b/tika-grpc/pom.xml
@@ -327,7 +327,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>exec-maven-plugin</artifactId>
-        <version>3.5.1</version>
+        <version>${maven.exec.version}</version>
         <executions>
           <execution>
             <goals>
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 374843265..758bfd2e4 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -445,9 +445,9 @@
     <!-- NOTE: sync tukaani version with commons-compress in tika-parent -->
     <tukaani.version>1.10</tukaani.version>
     <twelvemonkeys.version>3.12.0</twelvemonkeys.version>
-    <uimafit.version>3.6.0</uimafit.version>
-    <uimaj.core.version>3.6.0</uimaj.core.version>
-    <uimaj.cpe.version>3.6.0</uimaj.cpe.version>
+    <uimafit.version>3.6.1</uimafit.version>
+    <uimaj.core.version>3.6.1</uimaj.core.version>
+    <uimaj.cpe.version>3.6.1</uimaj.cpe.version>
     <unit.api.version>2.2</unit.api.version>
     <vorbis.version>0.8</vorbis.version>
     <woodstox.core.version>7.1.1</woodstox.core.version>
@@ -456,6 +456,7 @@
     <zstd.version>1.5.7-4</zstd.version>
     <nimbus-jose-jwt.version>10.5</nimbus-jose-jwt.version>
     <javacpp.version>1.5.12</javacpp.version>
+    <maven.exec.version>3.6.0</maven.exec.version>
 
     <!-- needs to exist even if empty due to problems with jacoco-maven-plugin 
-->
     <addmod />
diff --git a/tika-server/tika-server-core/pom.xml 
b/tika-server/tika-server-core/pom.xml
index a938b754b..8dc3c5a82 100644
--- a/tika-server/tika-server-core/pom.xml
+++ b/tika-server/tika-server-core/pom.xml
@@ -273,7 +273,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>exec-maven-plugin</artifactId>
-            <version>3.5.1</version>
+            <version>${maven.exec.version}</version>
             <executions>
               <execution>
                 <phase>test</phase>

Reply via email to