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/08/11 12:23:32 UTC

[fineract] branch develop updated: Update dependency io.spring.gradle:dependency-management-plugin to v1.0.10.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 aab5061  Update dependency io.spring.gradle:dependency-management-plugin to v1.0.10.RELEASE
aab5061 is described below

commit aab50614765eb4faf2cce7944e0c524009d78388
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Tue Aug 11 10:25:04 2020 +0000

    Update dependency io.spring.gradle:dependency-management-plugin to v1.0.10.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 c2e973d..eff7371 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -42,7 +42,7 @@ buildscript {
     }
 
     dependencies {
-        classpath 'io.spring.gradle:dependency-management-plugin:1.0.9.RELEASE'
+        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.2.RELEASE'