You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ma...@apache.org on 2021/04/14 22:44:25 UTC

[fineract] branch develop updated: Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.12.1

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 2aba3c0  Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.12.1
     new b5912af  Merge pull request #1698 from renovate-bot/renovate/com.diffplug.spotless-com.diffplug.spotless.gradle.plugin-5.x
2aba3c0 is described below

commit 2aba3c00bb92d9cb5da30e8cd9788fb5151f63e9
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Tue Apr 13 05:43:12 2021 +0000

    Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.12.1
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 1f63d06..e3c5903 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.12.0' apply false
+    id 'com.diffplug.spotless' version '5.12.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