From commits-return-8457-archive-asf-public=cust-asf.ponee.io@fineract.apache.org Sun May 3 01:12:26 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id B70B418064A for ; Sun, 3 May 2020 03:12:25 +0200 (CEST) Received: (qmail 74612 invoked by uid 500); 3 May 2020 01:12:25 -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 74603 invoked by uid 99); 3 May 2020 01:12:25 -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, 03 May 2020 01:12:25 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 9CC4A8BFAB; Sun, 3 May 2020 01:12:24 +0000 (UTC) Date: Sun, 03 May 2020 01:12:24 +0000 To: "commits@fineract.apache.org" Subject: [fineract] branch develop updated: Upgrade Jersey library from 1.17 to 1.19.4 (FINERACT-920) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <158846834434.12386.4160434764356999714@gitbox.apache.org> From: vorburger@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: 7fe9d2bcbfef2374aa4097748d66d9ac5caa78ca X-Git-Newrev: c9f259176661b675cf1f597f407515300f0dbe29 X-Git-Rev: c9f259176661b675cf1f597f407515300f0dbe29 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. 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 c9f2591 Upgrade Jersey library from 1.17 to 1.19.4 (FINERACT-920) c9f2591 is described below commit c9f259176661b675cf1f597f407515300f0dbe29 Author: Michael Vorburger AuthorDate: Sun May 3 02:30:31 2020 +0200 Upgrade Jersey library from 1.17 to 1.19.4 (FINERACT-920) --- fineract-provider/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fineract-provider/build.gradle b/fineract-provider/build.gradle index 508a441..30393de 100644 --- a/fineract-provider/build.gradle +++ b/fineract-provider/build.gradle @@ -21,7 +21,7 @@ Run as: gradle clean tomcatrunwar ''' -project.ext.jerseyVersion = '1.17' +project.ext.jerseyVersion = '1.19.4' buildscript { ext { @@ -134,7 +134,7 @@ dependencyManagement { entry 'tomcat-embed-jasper' entry 'tomcat-embed-logging-log4j' } - + } } @@ -329,7 +329,7 @@ modernizer { ignorePackages = [] ignoreClassNamePatterns = [ - '.*AbstractPersistableCustom' + '.*AbstractPersistableCustom' ] ignoreGeneratedClasses = true