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 a7254f7 chore(deps): update dependency
com.puppycrawl.tools:checkstyle to v8.42
a7254f7 is described below
commit a7254f7792be5ed63ebba872fb5ee55360aa2634
Author: Renovate Bot <[email protected]>
AuthorDate: Sun Apr 25 18:44:38 2021 +0000
chore(deps): update dependency com.puppycrawl.tools:checkstyle to v8.42
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index c6041eb..1c254f8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -476,7 +476,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.1'
+ checkstyle 'com.puppycrawl.tools:checkstyle:8.42'
checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.39.0'
}