This is an automated email from the ASF dual-hosted git repository. abhi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/master by this push: new a179612b2 RANGER-5228: Bump jacoco to 0.8.13 (#589) a179612b2 is described below commit a179612b25c0c566669fea5798f21cdc72c50909 Author: Abhishek Kumar <abhishekkumar100...@gmail.com> AuthorDate: Wed Jun 18 21:32:14 2025 -0700 RANGER-5228: Bump jacoco to 0.8.13 (#589) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f2a0e40ee..69d8f66f3 100644 --- a/pom.xml +++ b/pom.xml @@ -122,7 +122,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>