This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch opennlp-2.x in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/opennlp-2.x by this push: new f930cb20 [2.x]: Bump org.apache.maven.plugins:maven-failsafe-plugin f930cb20 is described below commit f930cb20519135bee75ee6ff5a33adb9a068784d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Sep 19 06:28:37 2025 +0000 [2.x]: Bump org.apache.maven.plugins:maven-failsafe-plugin 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] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 96d448c5..3ba6bb1b 100644 --- a/pom.xml +++ b/pom.xml @@ -196,7 +196,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>