You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/05/10 12:44:54 UTC

[fineract] branch develop updated: Bump creadur-rat-gradle from 0.2.2 to 0.3.1 in /fineract-provider

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

vorburger 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 ea61519  Bump creadur-rat-gradle from 0.2.2 to 0.3.1 in /fineract-provider
ea61519 is described below

commit ea61519b63090da7d53f74648ce333f36cf28c9f
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Sat May 9 20:47:40 2020 +0000

    Bump creadur-rat-gradle from 0.2.2 to 0.3.1 in /fineract-provider
    
    Bumps creadur-rat-gradle from 0.2.2 to 0.3.1.
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 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 fc306fc..6d7080e 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -43,7 +43,7 @@ buildscript {
         // below
         classpath 'org.apache.openjpa:openjpa:3.1.1' // when upgrading, also change OpenJPA version repeated below in dependencyManagement!
         classpath 'com.radcortez.gradle:openjpa-gradle-plugin:3.1.0'
-        classpath 'gradle.plugin.org.nosphere.apache:creadur-rat-gradle:0.2.2'
+        classpath 'gradle.plugin.org.nosphere.apache:creadur-rat-gradle:0.3.1'
         classpath "gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.0.8"
         // Use Guava version 23+ as a workaround to spotbug intergration.
         // See: https://github.com/spotbugs/spotbugs-gradle-plugin/issues/128#issuecomment-535864882