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 4d7c3e4d0 Bump org.apache.maven.plugins:maven-surefire-plugin from
3.4.0 to 3.5.0 (#1939)
4d7c3e4d0 is described below
commit 4d7c3e4d0cd7a5d66852d6d1b6ee38ee3b811db0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 2 08:06:01 2024 +0200
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0
(#1939)
Bumps
[org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire)
from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/apache/maven-surefire/releases)
-
[Commits](https://github.com/apache/maven-surefire/compare/surefire-3.4.0...surefire-3.5.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 a4c0137d9..d8ff48c5e 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.4.0</maven.failsafe.version>
- <maven.surefire.version>3.4.0</maven.surefire.version>
+ <maven.surefire.version>3.5.0</maven.surefire.version>
<maven.javadoc.version>3.8.0</maven.javadoc.version>
<maven.jar.version>3.4.2</maven.jar.version>
<maven.scr.version>1.26.4</maven.scr.version>