This is an automated email from the ASF dual-hosted git repository.
manthan 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 07b5b05 chore(deps): update dependency
com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.11.1
new 3127f4c Merge pull request #1677 from
renovate-bot/renovate/com.diffplug.spotless-com.diffplug.spotless.gradle.plugin-5.x
07b5b05 is described below
commit 07b5b05ce32dec47a22c203e7d12b27cf3abcf12
Author: Renovate Bot <[email protected]>
AuthorDate: Sat Mar 27 00:16:17 2021 +0000
chore(deps): update dependency
com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.11.1
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 2756882..637be7a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -53,7 +53,7 @@ buildscript {
plugins {
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
- id 'com.diffplug.spotless' version '5.11.0' apply false
+ id 'com.diffplug.spotless' version '5.11.1' apply false
id 'org.nosphere.apache.rat' version '0.7.0' apply false
id 'com.github.hierynomus.license' version '0.15.0' apply false
id 'org.openapi.generator' version '4.3.1' apply false