You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by al...@apache.org on 2021/02/28 19:28:51 UTC

[fineract] branch develop updated: chore(deps): update dependency com.puppycrawl.tools:checkstyle to v8.41

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

aleks 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 83ec9bf  chore(deps): update dependency com.puppycrawl.tools:checkstyle to v8.41
83ec9bf is described below

commit 83ec9bf5cac2d5361da739e0d40ad1798c5f6c21
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sun Feb 28 17:37:14 2021 +0000

    chore(deps): update dependency com.puppycrawl.tools:checkstyle to v8.41
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index fdaa59b..2bb47bd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -475,7 +475,7 @@ configure(project.fineractJavaProjects) {
     // Configuration for the Checkstyle plugin
     // https://docs.gradle.org/current/userguide/checkstyle_plugin.html
     dependencies {
-        checkstyle 'com.puppycrawl.tools:checkstyle:8.40'
+        checkstyle 'com.puppycrawl.tools:checkstyle:8.41'
         checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.38.0'
     }