This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits 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 828e5b1108 TIKA-4327: update groovy-all
828e5b1108 is described below
commit 828e5b1108ccc2de727e7940a498ae6c03072cfb
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon May 11 21:30:31 2026 +0200
TIKA-4327: update groovy-all
---
tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml
b/tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml
index 96a9d8cf62..bfd69a4f8d 100644
--- a/tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml
@@ -144,9 +144,10 @@
<version>3.9.15</version>
</dependency>
<dependency>
- <groupId>org.codehaus.groovy</groupId>
+ <groupId>org.apache.groovy</groupId>
<artifactId>groovy-all</artifactId>
- <version>2.4.21</version>
+ <version>5.0.6</version>
+ <type>pom</type>
</dependency>
</dependencies>
<executions>