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 bed7136 chore(deps): update dependency
com.github.sevntu-checkstyle:sevntu-checks to v1.40.0
bed7136 is described below
commit bed71369dc360135bdde4fcad018a6c1e64b94e1
Author: Renovate Bot <[email protected]>
AuthorDate: Wed Jun 30 03:17:48 2021 +0000
chore(deps): update dependency com.github.sevntu-checkstyle:sevntu-checks
to v1.40.0
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index f39bd3a..c23e7e5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -478,7 +478,7 @@ configure(project.fineractJavaProjects) {
// https://docs.gradle.org/current/userguide/checkstyle_plugin.html
dependencies {
checkstyle 'com.puppycrawl.tools:checkstyle:8.44'
- checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.39.0'
+ checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.40.0'
}
// Configuration for JaCoCo code coverage task