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 238f95d978 Bump org.apache.groovy:groovy-all from 5.1.0 to 5.1.1
(#3101)
238f95d978 is described below
commit 238f95d9782091752cb39a502311151a30e1d67e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 31 08:28:45 2026 +0200
Bump org.apache.groovy:groovy-all from 5.1.0 to 5.1.1 (#3101)
Bumps [org.apache.groovy:groovy-all](https://github.com/apache/groovy) from
5.1.0 to 5.1.1.
- [Commits](https://github.com/apache/groovy/commits)
---
updated-dependencies:
- dependency-name: org.apache.groovy:groovy-all
dependency-version: 5.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 14a2f69c57..0ed9adcbb2 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.1.0</version>
+ <version>5.1.1</version>
<type>pom</type>
</dependency>
</dependencies>