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

victorromero pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new dfd69f3  Upgrade JaCoco version to 0.8.7 for supporting JDK 17
dfd69f3 is described below

commit dfd69f39e96363d7c17a16491b94397a0579036a
Author: VĂ­ctor Romero <[email protected]>
AuthorDate: Sun Oct 17 13:52:52 2021 -0500

    Upgrade JaCoco version to 0.8.7 for supporting JDK 17
    
    Executing Squash and merge
    JaCoco v 0.8.7 has now JDK 17 LTS support 
https://github.com/jacoco/jacoco/releases and it small fix is related to 
continue working on this PR https://issues.apache.org/jira/browse/FINERACT-1406
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index e79bbb1..d944680 100644
--- a/build.gradle
+++ b/build.gradle
@@ -19,7 +19,7 @@
 // TODO: this is work in progress, please follow FINERACT-1171
 buildscript {
     ext {
-        jacocoVersion = '0.8.6'
+        jacocoVersion = '0.8.7'
         retrofitVersion = '2.9.0'
         okhttpVersion = '4.9.1'
         oltuVersion = '1.0.1'

Reply via email to