From commits-return-12310-archive-asf-public=cust-asf.ponee.io@fineract.apache.org Sun Sep 27 17:41:49 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id EE9E518065C for ; Sun, 27 Sep 2020 19:41:48 +0200 (CEST) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id 0CA4C122D9C for ; Sun, 27 Sep 2020 17:41:48 +0000 (UTC) Received: (qmail 222 invoked by uid 500); 27 Sep 2020 17:41:47 -0000 Mailing-List: contact commits-help@fineract.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@fineract.apache.org Delivered-To: mailing list commits@fineract.apache.org Received: (qmail 209 invoked by uid 99); 27 Sep 2020 17:41:47 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Sep 2020 17:41:47 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 5D476811B2; Sun, 27 Sep 2020 17:41:47 +0000 (UTC) Date: Sun, 27 Sep 2020 17:41:47 +0000 To: "commits@fineract.apache.org" Subject: [fineract] branch develop updated: Update dependency com.puppycrawl.tools:checkstyle to v8.36.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <160122850692.8700.8791765133264456578@gitbox.apache.org> From: ptuomola@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: fineract X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Oldrev: 06678060883ccdd0c1009776fcdb408a1dfd8140 X-Git-Newrev: f3d25d1320ac5e8a5b7b5c7a91c3064207b9f7ac X-Git-Rev: f3d25d1320ac5e8a5b7b5c7a91c3064207b9f7ac X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. ptuomola 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 f3d25d1 Update dependency com.puppycrawl.tools:checkstyle to v8.36.2 f3d25d1 is described below commit f3d25d1320ac5e8a5b7b5c7a91c3064207b9f7ac Author: Renovate Bot AuthorDate: Sun Sep 27 15:59:03 2020 +0000 Update dependency com.puppycrawl.tools:checkstyle to v8.36.2 --- 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 8d14995..58e6550 100644 --- a/fineract-provider/build.gradle +++ b/fineract-provider/build.gradle @@ -766,7 +766,7 @@ test { // Configuration for the Checkstyle plugin // https://docs.gradle.org/current/userguide/checkstyle_plugin.html dependencies { - checkstyle 'com.puppycrawl.tools:checkstyle:8.36.1' + checkstyle 'com.puppycrawl.tools:checkstyle:8.36.2' checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.37.1' }