This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits 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 a475be6b9a TIKA-4695: update groovy-all
a475be6b9a is described below

commit a475be6b9a92818326f927d02610da8bbf902c59
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon May 11 21:31:05 2026 +0200

    TIKA-4695: 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 7cc28e08be..cd0c61a78c 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
@@ -189,9 +189,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>

Reply via email to