You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ka...@apache.org on 2021/03/31 07:36:23 UTC

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

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

kaze 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 94ac2eb  chore(deps): update dependency com.puppycrawl.tools:checkstyle to v8.41.1
94ac2eb is described below

commit 94ac2ebf82bfbdd05edf9f18ac9cafdc9b4396e1
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sun Mar 28 14:52:21 2021 +0000

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

diff --git a/build.gradle b/build.gradle
index 1d359c6..ddbf6fe 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.41'
+        checkstyle 'com.puppycrawl.tools:checkstyle:8.41.1'
         checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.38.0'
     }