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 2304c803 OPENNLP-1721: Update maven-failsafe-plugin to 3.5.3 (#759)
2304c803 is described below
commit 2304c8035053153b2e0c80300e4c3c877ebae162
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 31 13:36:15 2025 +0200
OPENNLP-1721: Update maven-failsafe-plugin to 3.5.3 (#759)
Bumps
[org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire)
from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/apache/maven-surefire/releases)
-
[Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.2...surefire-3.5.3)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-failsafe-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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e89adf3b..12ceda9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,7 +193,7 @@
<coveralls.maven.plugin>4.3.0</coveralls.maven.plugin>
<jacoco.maven.plugin>0.8.12</jacoco.maven.plugin>
<maven.assembly.plugin>3.7.1</maven.assembly.plugin>
- <maven.failsafe.plugin>3.5.2</maven.failsafe.plugin>
+ <maven.failsafe.plugin>3.5.3</maven.failsafe.plugin>
<maven.javadoc.plugin>3.11.2</maven.javadoc.plugin>
<forbiddenapis.plugin>3.8</forbiddenapis.plugin>
<license-maven-plugin.version>2.5.0</license-maven-plugin.version>