This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new 1a53f9fa2 RATIS-2557. Bump jacoco-maven-plugin to 0.8.15 (#1479)
1a53f9fa2 is described below
commit 1a53f9fa20b1999bf47133e45dcd777649670cce
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 12 16:17:29 2026 +0200
RATIS-2557. Bump jacoco-maven-plugin to 0.8.15 (#1479)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a934779af..44c9b449b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,7 +193,7 @@
<slf4j.version>2.0.18</slf4j.version>
<junit-bom.version>5.14.4</junit-bom.version>
<mockito.version>4.11.0</mockito.version>
- <jacoco.version>0.8.14</jacoco.version>
+ <jacoco.version>0.8.15</jacoco.version>
<flaky-test-groups>flaky |
org.apache.ratis.test.tag.FlakyTest</flaky-test-groups>
</properties>