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 0b55963590 Bump org.apache.groovy:groovy-all from 5.0.8 to 5.1.0
(#3030)
0b55963590 is described below
commit 0b559635901f00fe8408180b284b95d7dd002eb6
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 82a7d3e615..14a2f69c57 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
@@ -191,7 +191,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>