This is an automated email from the ASF dual-hosted git repository.
manthan 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 8e0c927 chore(deps): update dependency
com.puppycrawl.tools:checkstyle to v9
new 83aec2f Merge pull request #1853 from
renovate-bot/renovate/com.puppycrawl.tools-checkstyle-9.x
8e0c927 is described below
commit 8e0c9276545ba7bdb86096d57ec715ee7cf455f7
Author: Renovate Bot <[email protected]>
AuthorDate: Tue Aug 31 13:17:06 2021 +0000
chore(deps): update dependency com.puppycrawl.tools:checkstyle to v9
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 7bff198..3e06ff4 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.45.1'
+ checkstyle 'com.puppycrawl.tools:checkstyle:9.0'
checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.40.0'
}