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 23b5763cb5 Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14
(#15954)
23b5763cb5 is described below
commit 23b5763cb5e6a6f4eb16d068aaa20f862891974d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 31 10:17:30 2025 +0800
Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 (#15954)
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco)
from 0.8.13 to 0.8.14.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.13...v0.8.14)
---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-maven-plugin
dependency-version: 0.8.14
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 062ba8a50e..6bbe620f24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
<maven_javadoc_version>3.11.2</maven_javadoc_version>
<maven_checkstyle_version>3.6.0</maven_checkstyle_version>
<build_helper_maven_plugin_version>3.6.1</build_helper_maven_plugin_version>
- <maven_jacoco_version>0.8.13</maven_jacoco_version>
+ <maven_jacoco_version>0.8.14</maven_jacoco_version>
<maven_flatten_version>1.7.3</maven_flatten_version>
<maven_enforce_version>3.6.2</maven_enforce_version>
<maven_antrun_version>3.1.0</maven_antrun_version>