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/12/02 07:28:48 UTC

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

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 18ee9b3  chore(deps): update dependency com.puppycrawl.tools:checkstyle to v8.38
18ee9b3 is described below

commit 18ee9b313bad0a1dd884e0f0e4d22f8817af4a4a
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Wed Dec 2 06:39:49 2020 +0000

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

diff --git a/build.gradle b/build.gradle
index 4a61958..5b0fa83 100644
--- a/build.gradle
+++ b/build.gradle
@@ -472,7 +472,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.37'
+        checkstyle 'com.puppycrawl.tools:checkstyle:8.38'
         checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.38.0'
     }