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

albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.2 by this push:
     new 77724f3b7d Bump maven-failsafe-plugin from 3.0.0-M8 to 3.0.0-M9 
(#11612)
77724f3b7d is described below

commit 77724f3b7d86d3712abdcf34fdb6182c7b539976
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 22 19:54:35 2023 +0800

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

diff --git a/pom.xml b/pom.xml
index 8336757dd6..047e0eff64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
         <!-- Maven plugins -->
         <maven_jar_version>3.3.0</maven_jar_version>
         <maven_surefire_version>3.0.0-M8</maven_surefire_version>
-        <maven_failsafe_version>3.0.0-M8</maven_failsafe_version>
+        <maven_failsafe_version>3.0.0-M9</maven_failsafe_version>
         <maven_deploy_version>2.8.2</maven_deploy_version>
         <maven_compiler_version>3.10.1</maven_compiler_version>
         <maven_source_version>3.2.1</maven_source_version>

Reply via email to