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 e4ecc93 chore(deps): update dependency
com.github.sevntu-checkstyle:sevntu-checks to v1.39.0
new 0a39ed5 Merge pull request #1683 from
renovate-bot/renovate/com.github.sevntu-checkstyle-sevntu-checks-1.x
e4ecc93 is described below
commit e4ecc9386bb91dc00dc2e26fc81f89411c72f141
Author: Renovate Bot <[email protected]>
AuthorDate: Fri Apr 2 17:36:51 2021 +0000
chore(deps): update dependency com.github.sevntu-checkstyle:sevntu-checks
to v1.39.0
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index ddbf6fe..c841e08 100644
--- a/build.gradle
+++ b/build.gradle
@@ -476,7 +476,7 @@ configure(project.fineractJavaProjects) {
// https://docs.gradle.org/current/userguide/checkstyle_plugin.html
dependencies {
checkstyle 'com.puppycrawl.tools:checkstyle:8.41.1'
- checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.38.0'
+ checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.39.0'
}
// Configuration for JaCoCo code coverage task