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 9b31df0 chore(deps): update dependency
com.puppycrawl.tools:checkstyle to v8.43
9b31df0 is described below
commit 9b31df0d3a9e865e161f0b28e3f35ca716bac6bd
Author: Renovate Bot <[email protected]>
AuthorDate: Sun May 30 15:30:38 2021 +0000
chore(deps): update dependency com.puppycrawl.tools:checkstyle to v8.43
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index f9dd129..a980978 100644
--- a/build.gradle
+++ b/build.gradle
@@ -477,7 +477,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.42'
+ checkstyle 'com.puppycrawl.tools:checkstyle:8.43'
checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.39.0'
}