You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/06/02 20:43:17 UTC

[fineract] branch develop updated: chore(deps): update dependency com.puppycrawl.tools:checkstyle to v8.33

This is an automated email from the ASF dual-hosted git repository.

vorburger 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 44eff92  chore(deps): update dependency com.puppycrawl.tools:checkstyle to v8.33
44eff92 is described below

commit 44eff92e6fa57b1c0f4ba80e256071bede93911c
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Tue Jun 2 19:28:40 2020 +0000

    chore(deps): update dependency com.puppycrawl.tools:checkstyle to v8.33
---
 fineract-provider/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fineract-provider/build.gradle b/fineract-provider/build.gradle
index d67dce5..21ef087 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -596,7 +596,7 @@ configurations {
 }
 dependencies {
     driver 'org.drizzle.jdbc:drizzle-jdbc:1.4'
-    checkstyle 'com.puppycrawl.tools:checkstyle:8.32'
+    checkstyle 'com.puppycrawl.tools:checkstyle:8.33'
     checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.37.1'
 }