This is an automated email from the ASF dual-hosted git repository.
songxiaosheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-spi-extensions.git
The following commit(s) were added to refs/heads/master by this push:
new 735dd6d Bump org.jacoco:jacoco-maven-plugin from 0.8.6 to 0.8.12
(#381)
735dd6d is described below
commit 735dd6d4201dba9594f24858e402934bfbee9e05
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 3 19:16:17 2024 +0800
Bump org.jacoco:jacoco-maven-plugin from 0.8.6 to 0.8.12 (#381)
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco)
from 0.8.6 to 0.8.12.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.6...v0.8.12)
---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-maven-plugin
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 276166a..53cbb00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@
<maven_source_version>3.3.1</maven_source_version>
<maven_javadoc_version>3.7.0</maven_javadoc_version>
<maven_checkstyle_version>3.1.2</maven_checkstyle_version>
- <maven_jacoco_version>0.8.6</maven_jacoco_version>
+ <maven_jacoco_version>0.8.12</maven_jacoco_version>
<maven_flatten_version>1.2.5</maven_flatten_version>
<maven_enforce_version>3.5.0</maven_enforce_version>
<apache-rat-plugin.version>0.16.1</apache-rat-plugin.version>