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/09/17 19:17:25 UTC

[fineract] branch develop updated: Update dependency org.springframework.boot:spring-boot-gradle-plugin to v2.3.4.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 ca3d96b  Update dependency org.springframework.boot:spring-boot-gradle-plugin to v2.3.4.RELEASE
ca3d96b is described below

commit ca3d96ba486cc880aaecc9d6f241cabac5a9a777
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Thu Sep 17 14:46:35 2020 +0000

    Update dependency org.springframework.boot:spring-boot-gradle-plugin to v2.3.4.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 c8fffc6..c58d459 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.10.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.3.RELEASE'
+        classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.3.4.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'