This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 712b930044d014b7386c2e690152153ffea18110 Author: Tung Tran <[email protected]> AuthorDate: Mon Jul 10 09:26:43 2023 +0700 [UPGRADE] - Maven surefire plugin/ surefire report plugin: 2.22.2 -> 3.1.2 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index e1f172f330..d81d84a817 100644 --- a/pom.xml +++ b/pom.xml @@ -3329,7 +3329,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.22.2</version> + <version>3.1.2</version> <configuration> <systemPropertyVariables> <!--https://issues.apache.org/jira/browse/JAMES-3724--> @@ -3348,7 +3348,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.22.2</version> + <version>3.1.2</version> <configuration> <aggregate>true</aggregate> </configuration> @@ -3789,7 +3789,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.22.2</version> + <version>3.1.2</version> <configuration> <excludedGroups /> <groups>unstable</groups> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
