From commits-return-12806-archive-asf-public=cust-asf.ponee.io@fineract.apache.org Sat Oct 17 22:46:44 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 4EDB9180636 for ; Sun, 18 Oct 2020 00:46:44 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id 897DD42906 for ; Sat, 17 Oct 2020 22:46:43 +0000 (UTC) Received: (qmail 92160 invoked by uid 500); 17 Oct 2020 22:46:43 -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 92151 invoked by uid 99); 17 Oct 2020 22:46:43 -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; Sat, 17 Oct 2020 22:46:43 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 2B82081786; Sat, 17 Oct 2020 22:46:43 +0000 (UTC) Date: Sat, 17 Oct 2020 22:46:43 +0000 To: "commits@fineract.apache.org" Subject: [fineract] branch develop updated: Update dependency io.swagger:swagger-annotations to v1.6.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <160297480291.13063.15617909639673213466@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: 4bbc0ee3a76fd867b71d3f7fb35569d0be14b56f X-Git-Newrev: 2e7ff4a2aa71c5a49447906a0ec43ca563ad435d X-Git-Rev: 2e7ff4a2aa71c5a49447906a0ec43ca563ad435d 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 2e7ff4a Update dependency io.swagger:swagger-annotations to v1.6.2 2e7ff4a is described below commit 2e7ff4a2aa71c5a49447906a0ec43ca563ad435d Author: Renovate Bot AuthorDate: Sat Oct 17 16:51:59 2020 +0000 Update dependency io.swagger:swagger-annotations to v1.6.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 27ace8d..3b1293c 100644 --- a/build.gradle +++ b/build.gradle @@ -153,7 +153,7 @@ allprojects { dependency "io.gsonfire:gson-fire:1.8.4" dependency "org.threeten:threetenbp:1.4.1" dependency "io.swagger:swagger-core:1.6.2" - dependency "io.swagger:swagger-annotations:1.6.1" + dependency "io.swagger:swagger-annotations:1.6.2" dependency "javax.annotation:javax.annotation-api:1.3.2" dependency "com.google.code.findbugs:jsr305:3.0.2" dependency "commons-codec:commons-codec:1.15"