You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by al...@apache.org on 2022/03/05 17:12:18 UTC

[fineract] branch develop updated: Bump com.diffplug.spotless from 6.1.0 to 6.3.0

This is an automated email from the ASF dual-hosted git repository.

aleks 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 18fb7bd  Bump com.diffplug.spotless from 6.1.0 to 6.3.0
18fb7bd is described below

commit 18fb7bdd56eb0595e9d085e4c5223e57006af88f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Mar 5 12:13:51 2022 +0000

    Bump com.diffplug.spotless from 6.1.0 to 6.3.0
    
    Bumps com.diffplug.spotless from 6.1.0 to 6.3.0.
    
    ---
    updated-dependencies:
    - dependency-name: com.diffplug.spotless
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 41a50d3..76e4463 100644
--- a/build.gradle
+++ b/build.gradle
@@ -54,7 +54,7 @@ plugins {
     id 'io.spring.dependency-management' version '1.0.11.RELEASE'
     id "org.barfuin.gradle.taskinfo" version "1.3.1"
     id 'com.adarshr.test-logger' version '3.1.0'
-    id 'com.diffplug.spotless' version '6.1.0' apply false
+    id 'com.diffplug.spotless' version '6.3.0' apply false
     id 'org.nosphere.apache.rat' version '0.7.0' apply false
     id 'com.github.hierynomus.license' version '0.16.1' apply false
     id 'com.github.jk1.dependency-license-report' version '2.0' apply false