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 ddc574468 Bump org.apache.maven.plugins:maven-surefire-plugin from
3.5.0 to 3.5.1 (#1973)
ddc574468 is described below
commit ddc574468200ee2f54aac680e4b30419b275d6d6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 7 07:32:19 2024 +0200
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1
(#1973)
Bumps
[org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire)
from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/apache/maven-surefire/releases)
-
[Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.0...surefire-3.5.1)
---
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 0b7a06af0..d14a29f0f 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.0</maven.failsafe.version>
- <maven.surefire.version>3.5.0</maven.surefire.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>
<maven.scr.version>1.26.4</maven.scr.version>