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/16 17:35:39 UTC

[fineract] branch openjpa-3.1.2-dependencyManagement created (now d641eb8)

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

vorburger pushed a change to branch openjpa-3.1.2-dependencyManagement
in repository https://gitbox.apache.org/repos/asf/fineract.git.


      at d641eb8  Update openjpa to v3.1.2 also in dependencyManagement not just buildscript

This branch includes the following new commits:

     new d641eb8  Update openjpa to v3.1.2 also in dependencyManagement not just buildscript

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[fineract] 01/01: Update openjpa to v3.1.2 also in dependencyManagement not just buildscript

Posted by vo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vorburger pushed a commit to branch openjpa-3.1.2-dependencyManagement
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit d641eb8a789a6f6df7a4111e29b82e26146203ee
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 7642010..f01f3c3 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'