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

awasum 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 bcef09d  upgrade OpenJPA 2.4.1 to 2.4.3
     new 908c5e3  Merge pull request #608 from vorburger/bump-OpenJPA-Version
bcef09d is described below

commit bcef09d7be729474a17618288554c593341441c5
Author: Michael Vorburger.ch <[email protected]>
AuthorDate: Wed Jul 3 22:12:12 2019 +0200

    upgrade OpenJPA 2.4.1 to 2.4.3
    
    because 2.4.1 was not yet Java 11 compatible (due to an old ASM)
    
    I'd like to upgrade to Java 11 soon-ish, and am starting to experiment with 
it.
---
 fineract-provider/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fineract-provider/build.gradle b/fineract-provider/build.gradle
index 49ccb8b..e99acd8 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -29,7 +29,7 @@ project.ext.springDataJpaVersion = '1.7.0.RELEASE' // also 
change spring-boot-gr
 
 buildscript {
   ext {
-    openJPAVersion = '2.4.1'
+    openJPAVersion = '2.4.3'
   }
   repositories {
         jcenter()

Reply via email to