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 a4249ec084 Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M8
(#11479)
a4249ec084 is described below
commit a4249ec084789fa35b8e31aed5852223696d083b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 6 17:28:02 2023 +0800
Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M8 (#11479)
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire)
from 3.0.0-M5 to 3.0.0-M8.
- [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-M8)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-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 dd456803d5..ad4062256c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
<file_encoding>UTF-8</file_encoding>
<!-- Maven plugins -->
<maven_jar_version>3.3.0</maven_jar_version>
- <maven_surefire_version>3.0.0-M5</maven_surefire_version>
+ <maven_surefire_version>3.0.0-M8</maven_surefire_version>
<maven_failsafe_version>3.0.0-M8</maven_failsafe_version>
<maven_deploy_version>2.8.2</maven_deploy_version>
<maven_compiler_version>3.10.1</maven_compiler_version>