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/04/11 10:40:46 UTC

[tika] branch main updated: Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M6 (#544)

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 fa3389fe6 Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M6 (#544)
fa3389fe6 is described below

commit fa3389fe69a411e8fa54bfd47402ba4a5bd48a10
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 11 06:40:39 2022 -0400

    Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M6 (#544)
    
    Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M5 to 3.0.0-M6.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M5...surefire-3.0.0-M6)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 0ddd805e6..d1dfa27f0 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -281,7 +281,7 @@
     <maven.javadoc.version>3.3.2</maven.javadoc.version>
     <maven.jar.version>3.2.2</maven.jar.version>
     <maven.scr.version>1.26.4</maven.scr.version>
-    <maven.surefire.version>3.0.0-M5</maven.surefire.version>
+    <maven.surefire.version>3.0.0-M6</maven.surefire.version>
     <maven.shade.version>3.2.4</maven.shade.version>
     <!-- need above java 8 for 10.[0-1] -->
     <puppycrawl.version>9.3</puppycrawl.version>