This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push: new 56eaf1b5f Update maven-failsafe-plugin 56eaf1b5f is described below commit 56eaf1b5f07733236cc1732e8388d7b5dd3a8427 Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Sun Jun 30 17:24:43 2024 +0000 Update maven-failsafe-plugin --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1235fcfeb..610aabd5c 100644 --- a/pom.xml +++ b/pom.xml @@ -271,6 +271,7 @@ <errorprone.version>2.28.0</errorprone.version> <junit5.version>5.10.2</junit5.version> <mime4j.version>0.8.11</mime4j.version> + <surefire.version>3.3.0</surefire.version> <skipDeploy>false</skipDeploy> @@ -591,7 +592,7 @@ </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> - <version>3.3.0</version> + <version>${surefire.version}</version> <configuration> <includes> <include>**/*Test.java</include> @@ -633,7 +634,7 @@ </plugin> <plugin> <artifactId>maven-failsafe-plugin</artifactId> - <version>3.2.5</version> + <version>${surefire.version}</version> <configuration> <trimStackTrace>false</trimStackTrace> <systemProperties>