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 431e3b136 TIKA-4327: update versions plugin
431e3b136 is described below
commit 431e3b136a18b09cdec089ef569c9998081a427e
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Nov 25 04:56:09 2025 +0100
TIKA-4327: 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 0a07892cc..92a97d3b8 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1236,7 +1236,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
- <version>2.19.1</version> <!-- 2.20.0 has a bug, see
https://github.com/mojohaus/versions/issues/1313 -->
+ <version>2.20.1</version>
<configuration>
<generateBackupPoms>false</generateBackupPoms>
</configuration>