This is an automated email from the ASF dual-hosted git repository.
earthchen pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new 47d9a0918a build(deps): bump
org.apache.maven.plugins:maven-surefire-plugin (#16102)
47d9a0918a is described below
commit 47d9a0918abb2f930adbe6c7d2358173ef579dad
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 2 11:56:24 2026 +0800
build(deps): bump org.apache.maven.plugins:maven-surefire-plugin (#16102)
Bumps
[org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire)
from 3.5.4 to 3.5.5.
- [Release notes](https://github.com/apache/maven-surefire/releases)
-
[Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.4...surefire-3.5.5)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-version: 3.5.5
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 a2d5920b8d..4963671fa7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
<!-- Maven plugins -->
<maven_jar_version>3.5.0</maven_jar_version>
- <maven_surefire_version>3.5.4</maven_surefire_version>
+ <maven_surefire_version>3.5.5</maven_surefire_version>
<maven_deploy_version>3.1.4</maven_deploy_version>
<maven_shade_version>3.6.1</maven_shade_version>
<maven_compiler_version>3.15.0</maven_compiler_version>