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 2022/03/06 07:29:28 UTC

[fineract] branch develop updated: chore(deps): update dependency com.github.sevntu-checkstyle:sevntu-checks to v1.41.0

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 f58e58d  chore(deps): update dependency com.github.sevntu-checkstyle:sevntu-checks to v1.41.0
f58e58d is described below

commit f58e58d604af9cd685af1da098f3d63340ec4a79
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sun Mar 6 05:19:47 2022 +0000

    chore(deps): update dependency com.github.sevntu-checkstyle:sevntu-checks to v1.41.0
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 2eee4e3..ed2de71 100644
--- a/build.gradle
+++ b/build.gradle
@@ -487,7 +487,7 @@ configure(project.fineractJavaProjects) {
     // https://docs.gradle.org/current/userguide/checkstyle_plugin.html
     dependencies {
         checkstyle 'com.puppycrawl.tools:checkstyle:9.1'
-        checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.40.0'
+        checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.41.0'
     }
 
     // Configuration for JaCoCo code coverage task