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 1c62c0ab3d Bump org.apache.maven.plugins:maven-failsafe-plugin from
3.5.4 to 3.5.5 (#2641)
1c62c0ab3d is described below
commit 1c62c0ab3d7f71f1382267f86a9efa24731e24e0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 23 16:04:58 2026 +0100
Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.4 to 3.5.5
(#2641)
Bumps
[org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire)
from 3.5.4 to 3.5.5.
- [Release notes](https://github.com/apache/maven-surefire/releases)
-
[Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.4...surefire-3.5.5)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
dependency-version: 3.5.5
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-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 996ece263c..0ee3afa58e 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -299,7 +299,7 @@
<maven.assembly.version>3.8.0</maven.assembly.version>
<maven.bundle.version>6.0.0</maven.bundle.version>
<maven.compiler.plugin.version>3.15.0</maven.compiler.plugin.version>
- <maven.failsafe.version>3.5.4</maven.failsafe.version>
+ <maven.failsafe.version>3.5.5</maven.failsafe.version>
<maven.surefire.version>3.5.5</maven.surefire.version>
<maven.javadoc.version>3.12.0</maven.javadoc.version>
<maven.jar.version>3.5.0</maven.jar.version>