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 ed1c8bf chore(deps): update dependency
com.puppycrawl.tools:checkstyle to v8.45.1
ed1c8bf is described below
commit ed1c8bf441023819456ec5a24c4110ed133275ef
Author: Renovate Bot <[email protected]>
AuthorDate: Mon Aug 9 00:09:52 2021 +0000
chore(deps): update dependency com.puppycrawl.tools:checkstyle to v8.45.1
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 2a3d8d3..cf822e1 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.44'
+ checkstyle 'com.puppycrawl.tools:checkstyle:8.45.1'
checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.40.0'
}