From commits-return-13135-archive-asf-public=cust-asf.ponee.io@fineract.apache.org Thu Oct 29 19:20:47 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 61BF5180694 for ; Thu, 29 Oct 2020 20:20:47 +0100 (CET) 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 8B87C1249D9 for ; Thu, 29 Oct 2020 19:20:46 +0000 (UTC) Received: (qmail 47610 invoked by uid 500); 29 Oct 2020 19:20:46 -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 47508 invoked by uid 99); 29 Oct 2020 19:20:46 -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; Thu, 29 Oct 2020 19:20:46 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id B1392820D0; Thu, 29 Oct 2020 19:20:45 +0000 (UTC) Date: Thu, 29 Oct 2020 19:20:48 +0000 To: "commits@fineract.apache.org" Subject: [fineract-cn-interoperation] 03/04: update gradle to 4.10.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: kaze@apache.org In-Reply-To: <160399924559.19793.14863507946338344070@gitbox.apache.org> References: <160399924559.19793.14863507946338344070@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: fineract-cn-interoperation X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Rev: 5d7aaf828e45cdd6a3de8fc8c0911dcb0df31818 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20201029192045.B1392820D0@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. kaze pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract-cn-interoperation.git commit 5d7aaf828e45cdd6a3de8fc8c0911dcb0df31818 Author: Audrey Ndum AuthorDate: Mon Oct 19 13:49:33 2020 +0100 update gradle to 4.10.3 --- gradle/wrapper/gradle-wrapper.properties | 3 ++- shared.gradle | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e2f405e..631e9e1 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-bin.zip + diff --git a/shared.gradle b/shared.gradle index a5aeb48..a547bcc 100644 --- a/shared.gradle +++ b/shared.gradle @@ -67,7 +67,9 @@ ext['spring-data-releasetrain.version'] = 'Gosling-SR2A' dependencies { compile( - [group: 'com.google.code.findbugs', name: 'jsr305'] + [group: 'com.google.code.findbugs', name: 'jsr305'], + [group: 'org.apache.fineract.cn', name: 'postgresql', version: versions.frameworkpostgresql], + [group: 'postgresql', name: 'postgresql', version: '9.0-801.jdbc4'] ) testCompile(