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 2022/03/06 09:53:40 UTC

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

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 1c60286  chore(deps): update dependency com.puppycrawl.tools:checkstyle to v9.3
1c60286 is described below

commit 1c6028694d7ab9c78f87a1ed7a06026a269ae05e
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sun Mar 6 07:31:03 2022 +0000

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

diff --git a/build.gradle b/build.gradle
index dee42af..ad5b518 100644
--- a/build.gradle
+++ b/build.gradle
@@ -486,7 +486,7 @@ configure(project.fineractJavaProjects) {
     // Configuration for the Checkstyle plugin
     // https://docs.gradle.org/current/userguide/checkstyle_plugin.html
     dependencies {
-        checkstyle 'com.puppycrawl.tools:checkstyle:9.1'
+        checkstyle 'com.puppycrawl.tools:checkstyle:9.3'
         checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.41.0'
     }