You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2022/02/10 17:56:25 UTC

[tika] branch main updated: Bump maven-antrun-plugin from 1.8 to 3.0.0 (#502)

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 336bce9  Bump maven-antrun-plugin from 1.8 to 3.0.0 (#502)
336bce9 is described below

commit 336bce95234d56d5cb6b003ae4d802c47fe9e8d9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 10 12:51:51 2022 -0500

    Bump maven-antrun-plugin from 1.8 to 3.0.0 (#502)
    
    Bumps [maven-antrun-plugin](https://github.com/apache/maven-antrun-plugin) from 1.8 to 3.0.0.
    - [Release notes](https://github.com/apache/maven-antrun-plugin/releases)
    - [Commits](https://github.com/apache/maven-antrun-plugin/compare/maven-antrun-plugin-1.8...maven-antrun-plugin-3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-antrun-plugin
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@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 ee89caf..c57fcc6 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -272,7 +272,7 @@
     <checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
     <forbiddenapis.version>3.2</forbiddenapis.version>
     <groovy.maven.version>2.1.1</groovy.maven.version>
-    <maven.antrun.version>1.8</maven.antrun.version>
+    <maven.antrun.version>3.0.0</maven.antrun.version>
     <maven.assembly.version>3.3.0</maven.assembly.version>
     <maven.bundle.version>5.1.4</maven.bundle.version>
     <maven.compiler.plugin.version>3.9.0</maven.compiler.plugin.version>