You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/07/19 13:46:06 UTC

[fineract] branch develop updated: Update openjpa to v3.1.2 also in dependencyManagement not just buildscript

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

vorburger 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 55b44db  Update openjpa to v3.1.2 also in dependencyManagement not just buildscript
55b44db is described below

commit 55b44dbf12af794cb3d7a86c3ec8122d383b7e29
Author: Michael Vorburger ⛑️ <mi...@vorburger.ch>
AuthorDate: Thu Jul 16 19:35:33 2020 +0200

    Update openjpa to v3.1.2 also in dependencyManagement not just buildscript
---
 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 db59ce2..fba5a5d 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -91,7 +91,7 @@ dependencyManagement {
         // We use the Renovate Bot to automatically propose Pull Requests (PRs) when upgrades for all of these versions are available.
 
         dependency 'org.springframework.security.oauth:spring-security-oauth2:2.5.0.RELEASE'
-        dependency 'org.apache.openjpa:openjpa:3.1.1' // when upgrading, also change OpenJPA version repeated above in buildscript!
+        dependency 'org.apache.openjpa:openjpa:3.1.2' // when upgrading, also change OpenJPA version repeated above in buildscript!
         dependency 'com.squareup.retrofit:retrofit:1.9.0'
         dependency 'com.squareup.okhttp:okhttp:2.7.5'
         dependency 'com.squareup.okhttp:okhttp-urlconnection:2.7.5'