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 6ac40c1d6 TIKA-4455: update versions plugin
6ac40c1d6 is described below
commit 6ac40c1d629d8aedfceaa973d9fd4186bd46f2b5
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Sep 7 11:06:18 2025 +0200
TIKA-4455: update versions plugin
---
tika-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index c0de2be52..3ed437f89 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1174,7 +1174,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
- <version>2.18.0</version>
+ <version>2.19.0</version>
<configuration>
<generateBackupPoms>false</generateBackupPoms>
</configuration>