You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by pt...@apache.org on 2020/07/25 03:26:45 UTC

[fineract] branch develop updated: Update dependency org.springframework.boot:spring-boot-gradle-plugin to v2.3.2.RELEASE

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

ptuomola 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 5231379  Update dependency org.springframework.boot:spring-boot-gradle-plugin to v2.3.2.RELEASE
5231379 is described below

commit 52313793a5159f9171ad4eb3884700ea6608bb3a
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Fri Jul 24 21:15:29 2020 +0000

    Update dependency org.springframework.boot:spring-boot-gradle-plugin to v2.3.2.RELEASE
---
 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 81fd221..d7a7be6 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -45,7 +45,7 @@ buildscript {
         classpath 'io.spring.gradle:dependency-management-plugin:1.0.9.RELEASE'
         classpath 'com.bmuschko:gradle-cargo-plugin:2.7.1'
         classpath 'org.zeroturnaround:gradle-jrebel-plugin:1.1.10'
-        classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.3.1.RELEASE'
+        classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.3.2.RELEASE'
         classpath 'gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.15.0'
         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'