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 1e7a66c5ff Bump org.apache.maven:maven-core from 3.9.10 to 3.9.12
(#15895)
1e7a66c5ff is described below
commit 1e7a66c5ff2fc6b08b5717e082f8fdc49e35dc2c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 23 17:30:42 2025 +0800
Bump org.apache.maven:maven-core from 3.9.10 to 3.9.12 (#15895)
Bumps org.apache.maven:maven-core from 3.9.10 to 3.9.12.
---
updated-dependencies:
- dependency-name: org.apache.maven:maven-core
dependency-version: 3.9.12
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>
---
dubbo-maven-plugin/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-maven-plugin/pom.xml b/dubbo-maven-plugin/pom.xml
index 572870ce1c..65f8aab3e5 100644
--- a/dubbo-maven-plugin/pom.xml
+++ b/dubbo-maven-plugin/pom.xml
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
- <version>3.9.10</version>
+ <version>3.9.12</version>
<scope>provided</scope>
</dependency>