From commits-return-9124-archive-asf-public=cust-asf.ponee.io@groovy.apache.org Tue Sep 17 22:09:50 2019 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 8B63A180645 for ; Wed, 18 Sep 2019 00:09:50 +0200 (CEST) Received: (qmail 53461 invoked by uid 500); 17 Sep 2019 22:09:50 -0000 Mailing-List: contact commits-help@groovy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@groovy.apache.org Delivered-To: mailing list commits@groovy.apache.org Received: (qmail 53452 invoked by uid 99); 17 Sep 2019 22:09:49 -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; Tue, 17 Sep 2019 22:09:49 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id CE6C280932; Tue, 17 Sep 2019 22:09:49 +0000 (UTC) Date: Tue, 17 Sep 2019 22:09:49 +0000 To: "commits@groovy.apache.org" Subject: [groovy] branch master updated: GROOVY-9251: Bump picocli to 4.0.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156875818971.30745.7777383106149276897@gitbox.apache.org> From: paulk@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: groovy X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a8c2c336feac3cf9e9e350a27041de9c68cfa93d X-Git-Newrev: c652220bb072188449976c6a33e7000b9c077daf X-Git-Rev: c652220bb072188449976c6a33e7000b9c077daf 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. paulk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git The following commit(s) were added to refs/heads/master by this push: new c652220 GROOVY-9251: Bump picocli to 4.0.4 c652220 is described below commit c652220bb072188449976c6a33e7000b9c077daf Author: Daniel.Sun AuthorDate: Thu Sep 12 07:48:14 2019 +0800 GROOVY-9251: Bump picocli to 4.0.4 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b93f60d..54efb16 100644 --- a/build.gradle +++ b/build.gradle @@ -157,7 +157,7 @@ ext { log4jVersion = '1.2.17' log4j2Version = '2.8' openbeansVersion = '1.0' - picocliVersion = '4.0.3' + picocliVersion = '4.0.4' qdoxVersion = '1.12.1' slf4jVersion = '1.7.25' xmlunitVersion = '1.6'