From commits-return-8528-archive-asf-public=cust-asf.ponee.io@groovy.apache.org Sat May 11 14:15:45 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 E6614180651 for ; Sat, 11 May 2019 16:15:44 +0200 (CEST) Received: (qmail 63622 invoked by uid 500); 11 May 2019 14:15:44 -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 63613 invoked by uid 99); 11 May 2019 14:15:44 -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, 11 May 2019 14:15:44 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 051588731E; Sat, 11 May 2019 14:15:39 +0000 (UTC) Date: Sat, 11 May 2019 14:15:38 +0000 To: "commits@groovy.apache.org" Subject: [groovy] branch master updated: GROOVY-9116: Bump ant to 1.10.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155758413888.30911.15918641244132864924@gitbox.apache.org> From: sunlan@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: 387c54701a6321776fc2aa61b03bb9b8e76b12cc X-Git-Newrev: 4d8dcfe8e4d59e8dd6990f7edc16411ed2159f2b X-Git-Rev: 4d8dcfe8e4d59e8dd6990f7edc16411ed2159f2b 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. sunlan 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 4d8dcfe GROOVY-9116: Bump ant to 1.10.6 4d8dcfe is described below commit 4d8dcfe8e4d59e8dd6990f7edc16411ed2159f2b Author: Daniel Sun AuthorDate: Sat May 11 22:15:28 2019 +0800 GROOVY-9116: Bump ant to 1.10.6 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fc48786..6092e2a 100644 --- a/build.gradle +++ b/build.gradle @@ -141,7 +141,7 @@ configurations { } ext { - antVersion = '1.10.5' + antVersion = '1.10.6' asmVersion = '7.1' antlrVersion = '2.7.7' bridgerVersion = '1.5.Final'