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 83329713e Bump org.apache.maven.plugins:maven-failsafe-plugin from
3.5.1 to 3.5.2 (#2035)
83329713e is described below
commit 83329713edd9c68ebcb7f21266b600b698dd0c77
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 4 07:27:20 2024 +0100
Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.1 to 3.5.2
(#2035)
Bumps
[org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire)
from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/apache/maven-surefire/releases)
-
[Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.2)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
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 e03050cb4..9acca8e1e 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -295,7 +295,7 @@
<maven.assembly.version>3.7.1</maven.assembly.version>
<maven.bundle.version>5.1.9</maven.bundle.version>
<maven.compiler.plugin.version>3.13.0</maven.compiler.plugin.version>
- <maven.failsafe.version>3.5.1</maven.failsafe.version>
+ <maven.failsafe.version>3.5.2</maven.failsafe.version>
<maven.surefire.version>3.5.1</maven.surefire.version>
<maven.javadoc.version>3.10.1</maven.javadoc.version>
<maven.jar.version>3.4.2</maven.jar.version>