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 175b98c chore(deps): update dependency
com.puppycrawl.tools:checkstyle to v8.44
175b98c is described below
commit 175b98c10d8a7c37c7368e0e8e2338954297c6a8
Author: Renovate Bot <[email protected]>
AuthorDate: Sun Jun 27 15:23:25 2021 +0000
chore(deps): update dependency com.puppycrawl.tools:checkstyle to v8.44
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 14dbdd5..76f0a76 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.43'
+ checkstyle 'com.puppycrawl.tools:checkstyle:8.44'
checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.39.0'
}