This is an automated email from the ASF dual-hosted git repository.
tilman 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 f5bbe16bd Bump org.codehaus.mojo:versions-maven-plugin from 2.19.1 to
2.20.0 (#2398)
f5bbe16bd is described below
commit f5bbe16bde5b240f0586dc119fcc70027e5e1f17
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 24 06:24:19 2025 +0100
Bump org.codehaus.mojo:versions-maven-plugin from 2.19.1 to 2.20.0 (#2398)
Bumps
[org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions)
from 2.19.1 to 2.20.0.
- [Release notes](https://github.com/mojohaus/versions/releases)
-
[Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md)
- [Commits](https://github.com/mojohaus/versions/compare/2.19.1...2.20.0)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:versions-maven-plugin
dependency-version: 2.20.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-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 33861c928..829203cd1 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1231,7 +1231,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
- <version>2.19.1</version>
+ <version>2.20.0</version>
<configuration>
<generateBackupPoms>false</generateBackupPoms>
</configuration>