This is an automated email from the ASF dual-hosted git repository.
arnold 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 54a5e5926 fix(deps): update dependency com.puppycrawl.tools:checkstyle
to v10.8.0
54a5e5926 is described below
commit 54a5e5926d9ac0ed8af14fc5e5752985e6fa1b51
Author: Renovate <[email protected]>
AuthorDate: Mon Feb 27 00:24:42 2023 +0000
fix(deps): update dependency com.puppycrawl.tools:checkstyle to v10.8.0
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index e947ba3ce..12bad6520 100644
--- a/build.gradle
+++ b/build.gradle
@@ -396,7 +396,7 @@ configure(project.fineractJavaProjects) {
// Configuration for the Checkstyle plugin
// https://docs.gradle.org/current/userguide/checkstyle_plugin.html
dependencies {
- checkstyle 'com.puppycrawl.tools:checkstyle:10.7.0'
+ checkstyle 'com.puppycrawl.tools:checkstyle:10.8.0'
checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.44.1'
}