This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-integration-cases.git
The following commit(s) were added to refs/heads/main by this push:
new 549f7634 Update jacoco version to 0.8.12 (#34)
549f7634 is described below
commit 549f76349212f75bee876bc8c9c57597dd88d9d2
Author: Sean Yang <[email protected]>
AuthorDate: Thu Jun 20 09:31:21 2024 +0800
Update jacoco version to 0.8.12 (#34)
---
test/dubbo-test-jacoco-merger/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/dubbo-test-jacoco-merger/pom.xml
b/test/dubbo-test-jacoco-merger/pom.xml
index 21c6996c..0574ad67 100644
--- a/test/dubbo-test-jacoco-merger/pom.xml
+++ b/test/dubbo-test-jacoco-merger/pom.xml
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.cli</artifactId>
- <version>0.8.8</version>
+ <version>0.8.12</version>
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>