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 7214f55d58 FINERACT-2181: Update dependency
com.puppycrawl.tools:checkstyle to v11
7214f55d58 is described below
commit 7214f55d58222c28acc726742f9ebbbb3a8b97a5
Author: Renovate <[email protected]>
AuthorDate: Thu Aug 14 07:57:46 2025 +0000
FINERACT-2181: Update dependency com.puppycrawl.tools:checkstyle to v11
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 677e702a81..cc02b39945 100644
--- a/build.gradle
+++ b/build.gradle
@@ -530,7 +530,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.20.1'
+ checkstyle 'com.puppycrawl.tools:checkstyle:11.0.0'
checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.44.1'
}