From commits-return-8008-archive-asf-public=cust-asf.ponee.io@groovy.apache.org Mon Feb 11 14:47:53 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 353EC180669 for ; Mon, 11 Feb 2019 15:47:53 +0100 (CET) Received: (qmail 90790 invoked by uid 500); 11 Feb 2019 14:47:52 -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 90776 invoked by uid 99); 11 Feb 2019 14:47:52 -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; Mon, 11 Feb 2019 14:47:52 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 93C558292E; Mon, 11 Feb 2019 14:47:51 +0000 (UTC) Date: Mon, 11 Feb 2019 14:47:52 +0000 To: "commits@groovy.apache.org" Subject: [groovy] 01/03: GROOVY-8985: Bump junit to 5.4.0(closes #875) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: sunlan@apache.org In-Reply-To: <154989647141.26095.5466857235901589066@gitbox.apache.org> References: <154989647141.26095.5466857235901589066@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: groovy X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 30774c0f0bd41ef9d6ed9b349f0f8047fcdb9acb X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20190211144751.93C558292E@gitbox.apache.org> 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 commit 30774c0f0bd41ef9d6ed9b349f0f8047fcdb9acb Author: Daniel Sun AuthorDate: Mon Feb 11 22:42:32 2019 +0800 GROOVY-8985: Bump junit to 5.4.0(closes #875) --- subprojects/groovy-test-junit5/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/subprojects/groovy-test-junit5/build.gradle b/subprojects/groovy-test-junit5/build.gradle index d49c436..c37e9a6 100644 --- a/subprojects/groovy-test-junit5/build.gradle +++ b/subprojects/groovy-test-junit5/build.gradle @@ -16,9 +16,10 @@ * specific language governing permissions and limitations * under the License. */ + ext { - junit5Version = '5.3.2' - junit5PlatformVersion = '1.3.2' + junit5Version = '5.4.0' + junit5PlatformVersion = '1.4.0' } dependencies {