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 da4f488ac5 Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2
to 3.5.0 (#15950)
da4f488ac5 is described below
commit da4f488ac55d3ad341aa06474e507d78e8533210
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 4 12:00:16 2026 +0800
Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0 (#15950)
Bumps
[org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin)
from 3.4.2 to 3.5.0.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
-
[Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.4.2...maven-jar-plugin-3.5.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
dependency-version: 3.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 44e03572f4..43ec3f69e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@
<spotless.action>check</spotless.action>
<!-- Maven plugins -->
- <maven_jar_version>3.4.2</maven_jar_version>
+ <maven_jar_version>3.5.0</maven_jar_version>
<maven_surefire_version>3.5.4</maven_surefire_version>
<maven_deploy_version>3.1.4</maven_deploy_version>
<maven_shade_version>3.6.1</maven_shade_version>