This is an automated email from the ASF dual-hosted git repository.

tballison 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 8c13afa944 Bump org.apache.maven.plugins:maven-surefire-plugin from 
3.5.5 to 3.5.6 (#2856)
8c13afa944 is described below

commit 8c13afa94470319f9efa3d50e6faa15c9e729d73
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 1 08:46:08 2026 -0400

    Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 
(#2856)
    
    Bumps 
[org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire)
 from 3.5.5 to 3.5.6.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - 
[Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.5...surefire-3.5.6)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      dependency-version: 3.5.6
      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-e2e-tests/pom.xml | 2 +-
 tika-parent/pom.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tika-e2e-tests/pom.xml b/tika-e2e-tests/pom.xml
index 6ec15524e7..f506d549c1 100644
--- a/tika-e2e-tests/pom.xml
+++ b/tika-e2e-tests/pom.xml
@@ -128,7 +128,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>3.5.5</version>
+                    <version>3.5.6</version>
                 </plugin>
             </plugins>
         </pluginManagement>
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 918bcf6657..cea86f5f0f 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -300,7 +300,7 @@
     <maven.bundle.version>6.0.2</maven.bundle.version>
     <maven.compiler.plugin.version>3.15.0</maven.compiler.plugin.version>
     <maven.failsafe.version>3.5.5</maven.failsafe.version>
-    <maven.surefire.version>3.5.5</maven.surefire.version>
+    <maven.surefire.version>3.5.6</maven.surefire.version>
     <maven.javadoc.version>3.12.0</maven.javadoc.version>
     <maven.jar.version>3.5.0</maven.jar.version>
     <maven.scr.version>1.26.4</maven.scr.version>

Reply via email to