From commits-return-10440-apmail-jmeter-commits-archive=jmeter.apache.org@jmeter.apache.org Thu Feb 20 21:15:57 2020 Return-Path: X-Original-To: apmail-jmeter-commits-archive@minotaur.apache.org Delivered-To: apmail-jmeter-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id BB80F19157 for ; Thu, 20 Feb 2020 21:15:56 +0000 (UTC) Received: (qmail 64061 invoked by uid 500); 20 Feb 2020 21:15:56 -0000 Delivered-To: apmail-jmeter-commits-archive@jmeter.apache.org Received: (qmail 64046 invoked by uid 500); 20 Feb 2020 21:15:56 -0000 Mailing-List: contact commits-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list commits@jmeter.apache.org Received: (qmail 64037 invoked by uid 99); 20 Feb 2020 21:15:56 -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; Thu, 20 Feb 2020 21:15:56 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id ABA528DACA; Thu, 20 Feb 2020 21:15:55 +0000 (UTC) Date: Thu, 20 Feb 2020 21:15:55 +0000 To: "commits@jmeter.apache.org" Subject: [jmeter] branch master updated: Updated junit4 and junit5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <158223335543.8590.7744988931544574471@gitbox.apache.org> From: fschumacher@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: jmeter X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8432b6572323e8f9aae89d583a2f2675f1d7ae33 X-Git-Newrev: 60dc06d6994df216eaf2f067dc3c5ceb117a2a09 X-Git-Rev: 60dc06d6994df216eaf2f067dc3c5ceb117a2a09 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. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git The following commit(s) were added to refs/heads/master by this push: new 60dc06d Updated junit4 and junit5 60dc06d is described below commit 60dc06d6994df216eaf2f067dc3c5ceb117a2a09 Author: Felix Schumacher AuthorDate: Thu Feb 20 22:15:07 2020 +0100 Updated junit4 and junit5 Updated junit4 to 4.13 (from 4.12) Updated junit5 to 5.6.0 (from 5.5.1) --- checksum.xml | 1 + gradle.properties | 4 ++-- xdocs/changes.xml | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/checksum.xml b/checksum.xml index 2575e8f..679664d 100644 --- a/checksum.xml +++ b/checksum.xml @@ -56,6 +56,7 @@ + diff --git a/gradle.properties b/gradle.properties index ffd67d9..3c23be4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -95,8 +95,8 @@ json-path.version=2.4.0 json-smart.version=2.3 jsoup.version=1.12.2 jtidy.version=r938 -junit4.version=4.12 -junit5.version=5.5.1 +junit4.version=4.13 +junit5.version=5.6.0 log4j.version=2.13.0 mail.version=1.5.0-b01 miglayout.version=5.2 diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 9843817..b84eb6e 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -143,6 +143,8 @@ to view the last release notes of version 5.2.1.
  • Updated Apache httpcore and httpcore-nio to 4.4.13 (from 4.4.12)
  • Updated jmespath to 0.5.0 (from 0.3.0)
  • Updated Apache log4j to 2.13.0 (from 2.12.1)
  • +
  • Updated junit4 to 4.13 (from 4.12)
  • +
  • Updated junit5 to 5.6.0 (from 5.5.1)