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 798fdad5e Bump org.apache.maven.plugins:maven-surefire-plugin from
3.5.1 to 3.5.2 (#2034)
798fdad5e is described below
commit 798fdad5ec833144efd063166277e50d8dbd6eaa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 4 07:33:55 2024 +0100
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2
(#2034)
Bumps
[org.apache.maven.plugins:maven-surefire-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-surefire-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 66e0d640a..278fc1786 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -296,7 +296,7 @@
<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.2</maven.failsafe.version>
- <maven.surefire.version>3.5.1</maven.surefire.version>
+ <maven.surefire.version>3.5.2</maven.surefire.version>
<maven.javadoc.version>3.11.1</maven.javadoc.version>
<maven.jar.version>3.4.2</maven.jar.version>
<maven.scr.version>1.26.4</maven.scr.version>