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-sandbox.git
The following commit(s) were added to refs/heads/main by this push:
new e444117 OPENNLP-1769: Update maven-failsafe-plugin to 3.5.4 (#346)
e444117 is described below
commit e44411797ada4454004f10e12b199719639b7f96
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 17 19:42:23 2025 +0200
OPENNLP-1769: Update maven-failsafe-plugin to 3.5.4 (#346)
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 641382f..b2a8b5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
<coveralls.maven.plugin>4.3.0</coveralls.maven.plugin>
<jacoco.maven.plugin>0.8.13</jacoco.maven.plugin>
- <maven.failsafe.plugin>3.5.3</maven.failsafe.plugin>
+ <maven.failsafe.plugin>3.5.4</maven.failsafe.plugin>
<forbiddenapis.plugin>3.9</forbiddenapis.plugin>
<mockito.version>3.9.0</mockito.version>