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/09/27 17:41:47 UTC

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

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

commit f3d25d1320ac5e8a5b7b5c7a91c3064207b9f7ac
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sun Sep 27 15:59:03 2020 +0000

    Update dependency com.puppycrawl.tools:checkstyle to v8.36.2
---
 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 8d14995..58e6550 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -766,7 +766,7 @@ test {
 // Configuration for the Checkstyle plugin
 // https://docs.gradle.org/current/userguide/checkstyle_plugin.html
 dependencies {
-    checkstyle 'com.puppycrawl.tools:checkstyle:8.36.1'
+    checkstyle 'com.puppycrawl.tools:checkstyle:8.36.2'
     checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.37.1'
 }