This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.5.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit f7079f7dd4ede831eee8e6242ce66863536b6071 Author: Andriy Redko <[email protected]> AuthorDate: Mon May 8 20:29:59 2023 -0400 Update maven-surefire-plugin and maven-surefire-report-plugin to 3.1.0 (cherry picked from commit cfbe112430e477d8c2d5e4ed8e6285ffdc99f415) (cherry picked from commit 809cd02744cecb0e4369656805037a04ea264a24) --- distribution/src/main/release/samples/pom.xml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml index 68761cbce0..6c1e18e2e8 100644 --- a/distribution/src/main/release/samples/pom.xml +++ b/distribution/src/main/release/samples/pom.xml @@ -218,7 +218,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>3.0.0</version> + <version>3.1.0</version> </plugin> </plugins> </pluginManagement> diff --git a/pom.xml b/pom.xml index 41cc3f1761..6df1a388f2 100644 --- a/pom.xml +++ b/pom.xml @@ -476,7 +476,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>3.0.0</version> + <version>3.1.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -546,7 +546,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>3.0.0</version> + <version>3.1.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
