You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by pt...@apache.org on 2020/07/26 16:08:07 UTC

[fineract] branch develop updated: Update dependency com.puppycrawl.tools:checkstyle to v8.35

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 1b8962f  Update dependency com.puppycrawl.tools:checkstyle to v8.35
1b8962f is described below

commit 1b8962fc8177f6902348001d077070ff15f541c9
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sun Jul 26 14:45:27 2020 +0000

    Update dependency com.puppycrawl.tools:checkstyle to v8.35
---
 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 20da8f9..020f466 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -744,7 +744,7 @@ test {
 // Configuration for the Checkstyle plugin
 // https://docs.gradle.org/current/userguide/checkstyle_plugin.html
 dependencies {
-    checkstyle 'com.puppycrawl.tools:checkstyle:8.34'
+    checkstyle 'com.puppycrawl.tools:checkstyle:8.35'
     checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.37.1'
 }