This is an automated email from the ASF dual-hosted git repository.
THausherr 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 e1d501ec69 Bump org.apache.groovy:groovy-all from 5.0.8 to 5.1.0
(#3030)
e1d501ec69 is described below
commit e1d501ec697cb435fea0bdc5bd0d030c3e68f518
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 17 07:33:20 2026 +0200
Bump org.apache.groovy:groovy-all from 5.0.8 to 5.1.0 (#3030)
Bumps [org.apache.groovy:groovy-all](https://github.com/apache/groovy) from
5.0.8 to 5.1.0.
- [Commits](https://github.com/apache/groovy/commits)
---
updated-dependencies:
- dependency-name: org.apache.groovy:groovy-all
dependency-version: 5.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 a120474163..78d33120c6 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
@@ -161,7 +161,7 @@
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-all</artifactId>
- <version>5.0.8</version>
+ <version>5.1.0</version>
<type>pom</type>
</dependency>
</dependencies>