From commits-return-10432-apmail-jmeter-commits-archive=jmeter.apache.org@jmeter.apache.org Sun Feb 16 21:54:02 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 AC9FD192FC for ; Sun, 16 Feb 2020 21:54:01 +0000 (UTC) Received: (qmail 81016 invoked by uid 500); 16 Feb 2020 21:54:01 -0000 Delivered-To: apmail-jmeter-commits-archive@jmeter.apache.org Received: (qmail 81005 invoked by uid 500); 16 Feb 2020 21:54:01 -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 80995 invoked by uid 99); 16 Feb 2020 21:54:01 -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, 16 Feb 2020 21:54:01 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id AC7A08B69B; Sun, 16 Feb 2020 21:54:00 +0000 (UTC) Date: Sun, 16 Feb 2020 21:54:00 +0000 To: "commits@jmeter.apache.org" Subject: [jmeter] branch master updated: Updated Apache log4j to 2.13.0 (from 2.12.1) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <158189004043.19976.4305425271733398291@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: 04964ecb6f427903ae1fdffdcdcc5beb42e09100 X-Git-Newrev: a8a41b30e055700ed57a1f6341c64e4314507782 X-Git-Rev: a8a41b30e055700ed57a1f6341c64e4314507782 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 a8a41b3 Updated Apache log4j to 2.13.0 (from 2.12.1) a8a41b3 is described below commit a8a41b30e055700ed57a1f6341c64e4314507782 Author: Felix Schumacher AuthorDate: Sun Feb 16 22:53:39 2020 +0100 Updated Apache log4j to 2.13.0 (from 2.12.1) --- gradle.properties | 2 +- xdocs/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b1ca7d2..ffd67d9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -97,7 +97,7 @@ jsoup.version=1.12.2 jtidy.version=r938 junit4.version=4.12 junit5.version=5.5.1 -log4j.version=2.12.1 +log4j.version=2.13.0 mail.version=1.5.0-b01 miglayout.version=5.2 mina-core.version=2.0.19 diff --git a/xdocs/changes.xml b/xdocs/changes.xml index e366d68..798fb62 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -139,6 +139,7 @@ to view the last release notes of version 5.2.1.
  • Updated Apache httpclient and httpmime to 4.5.11 (from 4.5.10)
  • 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)