This is an automated email from the ASF dual-hosted git repository.
awasum 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 39355ed chore(deps): update dependency
com.puppycrawl.tools:checkstyle to v8.40
39355ed is described below
commit 39355ed47b9428c4354b3664921dc7fcc2ef683e
Author: Renovate Bot <[email protected]>
AuthorDate: Sun Jan 31 17:11:30 2021 +0000
chore(deps): update dependency com.puppycrawl.tools:checkstyle to v8.40
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 37f20c1..45d5e2a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -473,7 +473,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.39'
+ checkstyle 'com.puppycrawl.tools:checkstyle:8.40'
checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.38.0'
}