This is an automated email from the ASF dual-hosted git repository.
rainyu 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 71297ff8ac Bump org.apache.maven.plugins:maven-compiler-plugin (#15729)
71297ff8ac is described below
commit 71297ff8acd455a9f95b307b4b97b7d3eff91fe8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 10 14:41:08 2025 +0800
Bump org.apache.maven.plugins:maven-compiler-plugin (#15729)
Bumps
[org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin)
from 3.14.0 to 3.14.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
-
[Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.14.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
dependency-version: 3.14.1
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>
Co-authored-by: Rain Yu <[email protected]>
Co-authored-by: earthchen <[email protected]>
Co-authored-by: zrlw <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 459eae976b..671608f79e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
<maven_surefire_version>3.5.3</maven_surefire_version>
<maven_deploy_version>3.1.4</maven_deploy_version>
<maven_shade_version>3.6.0</maven_shade_version>
- <maven_compiler_version>3.14.0</maven_compiler_version>
+ <maven_compiler_version>3.14.1</maven_compiler_version>
<maven_source_version>3.3.1</maven_source_version>
<maven_javadoc_version>3.11.2</maven_javadoc_version>
<maven_checkstyle_version>3.6.0</maven_checkstyle_version>