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 0db461036 fix(deps): update dependency com.puppycrawl.tools:checkstyle
to v10.9.3
0db461036 is described below
commit 0db4610367ad6c67ef90f1a50b1237746bfd8019
Author: Renovate <[email protected]>
AuthorDate: Sat Mar 25 20:23:59 2023 +0000
fix(deps): update dependency com.puppycrawl.tools:checkstyle to v10.9.3
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 88e0bd0fe..785dfddaa 100644
--- a/build.gradle
+++ b/build.gradle
@@ -397,7 +397,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.8.1'
+ checkstyle 'com.puppycrawl.tools:checkstyle:10.9.3'
checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.44.1'
}