This is an automated email from the ASF dual-hosted git repository.
aleks 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 362602d3b fix(deps): update dependency com.puppycrawl.tools:checkstyle
to v10.8.1
362602d3b is described below
commit 362602d3bbaa335e7ffec69e1a9054a79057ae73
Author: Renovate <[email protected]>
AuthorDate: Mon Mar 13 00:08:09 2023 +0000
fix(deps): update dependency com.puppycrawl.tools:checkstyle to v10.8.1
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index f91ac5645..8ede8b144 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.8.0'
+ checkstyle 'com.puppycrawl.tools:checkstyle:10.8.1'
checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.44.1'
}