This is an automated email from the ASF dual-hosted git repository.
tallison 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 4f3f88b Bump versions-maven-plugin from 2.9.0 to 2.10.0 (#540)
4f3f88b is described below
commit 4f3f88baf8c09e50f37a2fe6bb504eae867216d2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 30 08:54:36 2022 -0400
Bump versions-maven-plugin from 2.9.0 to 2.10.0 (#540)
Bumps
[versions-maven-plugin](https://github.com/mojohaus/versions-maven-plugin) from
2.9.0 to 2.10.0.
- [Release
notes](https://github.com/mojohaus/versions-maven-plugin/releases)
-
[Changelog](https://github.com/mojohaus/versions-maven-plugin/blob/master/ReleaseNotes.md)
-
[Commits](https://github.com/mojohaus/versions-maven-plugin/compare/versions-maven-plugin-2.9.0...versions-maven-plugin-2.10.0)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:versions-maven-plugin
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 0573c84..99b9d5d 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -701,7 +701,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
- <version>2.9.0</version>
+ <version>2.10.0</version>
<configuration>
<generateBackupPoms>false</generateBackupPoms>
</configuration>