This is an automated email from the ASF dual-hosted git repository.

abhi pushed a commit to branch ranger-2.7
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/ranger-2.7 by this push:
     new afd6c7037 RANGER-5228: Bump jacoco to 0.8.13 (#589)
afd6c7037 is described below

commit afd6c7037530120819964a1d4d1f0b69dbd2e53c
Author: Abhishek Kumar <[email protected]>
AuthorDate: Wed Jun 18 21:32:14 2025 -0700

    RANGER-5228: Bump jacoco to 0.8.13 (#589)
    
    (cherry picked from commit a179612b25c0c566669fea5798f21cdc72c50909)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e05680674..eb9c3c301 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
         <io.reactivex.rxjava.version>1.3.8</io.reactivex.rxjava.version>
 
         <!-- JaCoCo Properties -->
-        <jacoco.version>0.8.7</jacoco.version>
+        <jacoco.version>0.8.13</jacoco.version>
         <java.version.required>1.8</java.version.required>
         <javac.source.version>1.8</javac.source.version>
         <javac.target.version>1.8</javac.target.version>

Reply via email to