This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_2x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_2x by this push:
new 04446f93e TIKA-4162: update exec-maven-plugin
04446f93e is described below
commit 04446f93e7118e5d933a03cc29b26b81033aa76b
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Feb 22 13:24:21 2024 +0100
TIKA-4162: update exec-maven-plugin
---
tika-server/tika-server-core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-server/tika-server-core/pom.xml
b/tika-server/tika-server-core/pom.xml
index 98386d785..1d6b46194 100644
--- a/tika-server/tika-server-core/pom.xml
+++ b/tika-server/tika-server-core/pom.xml
@@ -279,7 +279,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>3.1.1</version>
+ <version>3.2.0</version>
<executions>
<execution>
<phase>test</phase>