You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/01/09 18:13:11 UTC

[cxf] branch main updated: Bump maven-surefire-report-plugin from 3.0.0-M5 to 3.0.0-M7 (#1059)

This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 4b82ef9d01 Bump maven-surefire-report-plugin from 3.0.0-M5 to 3.0.0-M7 (#1059)
4b82ef9d01 is described below

commit 4b82ef9d015678efd24587e320656e84132027be
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 9 13:13:03 2023 -0500

    Bump maven-surefire-report-plugin from 3.0.0-M5 to 3.0.0-M7 (#1059)
    
    Bumps [maven-surefire-report-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M5 to 3.0.0-M7.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M5...surefire-3.0.0-M7)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 638e16752d..268c69fb9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -544,7 +544,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-report-plugin</artifactId>
-                    <version>3.0.0-M5</version>
+                    <version>3.0.0-M7</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>