This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 809cd02744cecb0e4369656805037a04ea264a24 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) --- 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 c20e417e95..f5afdabd7a 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 a1a4e235d8..dcdb91f50d 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> @@ -545,7 +545,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>
