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/03 11:45:13 UTC

[fineract] branch develop updated: Update dependency com.diffplug.spotless:spotless-plugin-gradle to v4.5.0 (#1137)

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 f3b4a66  Update dependency com.diffplug.spotless:spotless-plugin-gradle to v4.5.0 (#1137)
f3b4a66 is described below

commit f3b4a66ff88b6bf187996a2860386fe5edf87ede
Author: WhiteSource Renovate <bo...@renovateapp.com>
AuthorDate: Fri Jul 3 13:45:01 2020 +0200

    Update dependency com.diffplug.spotless:spotless-plugin-gradle to v4.5.0 (#1137)
---
 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 cc0677b..b2dbeb3 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -48,7 +48,7 @@ buildscript {
         classpath "gradle.plugin.com.github.andygoossens:gradle-modernizer-plugin:1.3.0"
         classpath "gradle.plugin.com.gorylenko.gradle-git-properties:gradle-git-properties:2.2.2"
         classpath "net.ltgt.gradle:gradle-errorprone-plugin:1.2.1"
-        classpath "com.diffplug.spotless:spotless-plugin-gradle:4.4.0"
+        classpath "com.diffplug.spotless:spotless-plugin-gradle:4.5.0"
         classpath "io.swagger.core.v3:swagger-gradle-plugin:2.1.3"
     }
 }