From commits-return-10412-apmail-jmeter-commits-archive=jmeter.apache.org@jmeter.apache.org Sun Feb 16 17:09:47 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 EF8B919C20 for ; Sun, 16 Feb 2020 17:09:46 +0000 (UTC) Received: (qmail 59663 invoked by uid 500); 16 Feb 2020 17:09:46 -0000 Delivered-To: apmail-jmeter-commits-archive@jmeter.apache.org Received: (qmail 59644 invoked by uid 500); 16 Feb 2020 17:09:46 -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 59635 invoked by uid 99); 16 Feb 2020 17:09:46 -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 17:09:46 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id EB8848B69B; Sun, 16 Feb 2020 17:09:45 +0000 (UTC) Date: Sun, 16 Feb 2020 17:09:45 +0000 To: "commits@jmeter.apache.org" Subject: [jmeter] branch master updated: Updated bouncycastle to 1.64 (from 1.60) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <158187298568.3713.2296999260600940881@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: 82bea80ed131bd80cf191dd747b9a1aa9f2aa13d X-Git-Newrev: 928911738ce0fae7cc7b3b36c802990714427b4e X-Git-Rev: 928911738ce0fae7cc7b3b36c802990714427b4e 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 9289117 Updated bouncycastle to 1.64 (from 1.60) 9289117 is described below commit 928911738ce0fae7cc7b3b36c802990714427b4e Author: Felix Schumacher AuthorDate: Sun Feb 16 18:09:30 2020 +0100 Updated bouncycastle to 1.64 (from 1.60) --- gradle.properties | 2 +- xdocs/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f42ccfd..8adb4d2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -49,7 +49,7 @@ activemq.version=5.15.11 apache-rat.version=0.13 apiguardian-api.version=1.1.0 asm.version=7.1 -bouncycastle.version=1.60 +bouncycastle.version=1.64 bsf.version=2.4.0 bsh.version=2.0b6 caffeine.version=2.8.0 diff --git a/xdocs/changes.xml b/xdocs/changes.xml index ce8af45..f751388 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -128,6 +128,7 @@ to view the last release notes of version 5.2.1.
  • 64120Updated jsoup to 1.12.2 (from 1.12.1)
  • 63809Updated commons-dbcp2 to 2.7.0 (from 2.5.0)
  • Updated Apache ActiveMQ to 5.15.11 (from 5.15.8)
  • +
  • Updated bouncycastle to 1.64 (from 1.60)