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/09/12 15:05:01 UTC

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

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

commit 9e88d8f98a8a221fb7d269afa6755dca2cf6970a
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sat Sep 12 13:14:13 2020 +0000

    Update dependency com.puppycrawl.tools:checkstyle to v8.36.1
---
 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 49d25a4..cbbe6fd 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'
+    checkstyle 'com.puppycrawl.tools:checkstyle:8.36.1'
     checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.37.1'
 }