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 de40ea1 chore(deps): update plugin com.diffplug.spotless to v5.15.0
de40ea1 is described below
commit de40ea11c6de15a1c6693b04044cd3b8958999a3
Author: Renovate Bot <[email protected]>
AuthorDate: Sat Sep 4 22:12:17 2021 +0000
chore(deps): update plugin com.diffplug.spotless to v5.15.0
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 47ac787..7e4f63d 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.14.3' apply false
+ id 'com.diffplug.spotless' version '5.15.0' 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