You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by aw...@apache.org on 2020/07/16 17:08:48 UTC

[fineract] branch develop updated: Update dependency org.apache.openjpa:openjpa to v3.1.2

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 7ef3a74  Update dependency org.apache.openjpa:openjpa to v3.1.2
7ef3a74 is described below

commit 7ef3a745308b992c08d5a4b0df17b0638b502b5d
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Thu Jul 16 16:22:11 2020 +0000

    Update dependency org.apache.openjpa:openjpa to v3.1.2
---
 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 2ac5c6a..7642010 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -47,7 +47,7 @@ buildscript {
         classpath 'org.zeroturnaround:gradle-jrebel-plugin:1.1.10'
         classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.3.1.RELEASE'
         classpath 'gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.15.0'
-        classpath 'org.apache.openjpa:openjpa:3.1.1' // when upgrading, also change OpenJPA version repeated below in dependencyManagement!
+        classpath 'org.apache.openjpa:openjpa:3.1.2' // when upgrading, also change OpenJPA version repeated below in dependencyManagement!
         classpath 'com.radcortez.gradle:openjpa-gradle-plugin:3.1.0'
         classpath 'org.nosphere.apache:creadur-rat-gradle:0.7.0'
         classpath "gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.4.4"