This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/main by this push:
new a77051f3 OPENNLP-1769: Update maven-failsafe-plugin to 3.5.4 (#837)
a77051f3 is described below
commit a77051f33c2f1073ed4d70a0310df701150ba417
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 15 20:05:14 2025 +0200
OPENNLP-1769: Update maven-failsafe-plugin to 3.5.4 (#837)
Bumps
[org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire)
from 3.5.3 to 3.5.4.
- [Release notes](https://github.com/apache/maven-surefire/releases)
-
[Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.3...surefire-3.5.4)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
dependency-version: 3.5.4
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3823441c..c3cc4538 100644
--- a/pom.xml
+++ b/pom.xml
@@ -242,7 +242,7 @@
<coveralls.maven.plugin>4.3.0</coveralls.maven.plugin>
<jacoco.maven.plugin>0.8.13</jacoco.maven.plugin>
<maven.assembly.plugin>3.7.1</maven.assembly.plugin>
- <maven.failsafe.plugin>3.5.3</maven.failsafe.plugin>
+ <maven.failsafe.plugin>3.5.4</maven.failsafe.plugin>
<maven.javadoc.plugin>3.11.3</maven.javadoc.plugin>
<forbiddenapis.plugin>3.9</forbiddenapis.plugin>
<license-maven-plugin.version>2.6.0</license-maven-plugin.version>