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/08/29 01:55:05 UTC

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

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

commit e3fde6ebf4d6905eff56699550b8ec79e91015bd
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sat Aug 29 00:25:53 2020 +0000

    Update dependency com.puppycrawl.tools:checkstyle to v8.36
---
 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 add09be..3f0d9a6 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.35'
+    checkstyle 'com.puppycrawl.tools:checkstyle:8.36'
     checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.37.1'
 }