From commits-return-10743-apmail-jmeter-commits-archive=jmeter.apache.org@jmeter.apache.org Sun Aug 30 10:05:11 2020
Return-Path:
X-Original-To: apmail-jmeter-commits-archive@locus.apache.org
Delivered-To: apmail-jmeter-commits-archive@locus.apache.org
Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153])
by minotaur.apache.org (Postfix) with ESMTP id 784D81AE7F
for ; Sun, 30 Aug 2020 10:05:09 +0000 (UTC)
Received: from mail.apache.org (localhost [127.0.0.1])
by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id 7308D123CC9
for ; Sun, 30 Aug 2020 10:05:08 +0000 (UTC)
Received: (qmail 38949 invoked by uid 500); 30 Aug 2020 10:05:08 -0000
Delivered-To: apmail-jmeter-commits-archive@jmeter.apache.org
Received: (qmail 38854 invoked by uid 500); 30 Aug 2020 10:05:08 -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 38775 invoked by uid 99); 30 Aug 2020 10:05:07 -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, 30 Aug 2020 10:05:07 +0000
Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33)
id 9F47980908; Sun, 30 Aug 2020 10:05:07 +0000 (UTC)
Date: Sun, 30 Aug 2020 10:05:09 +0000
To: "commits@jmeter.apache.org"
Subject: [jmeter] 02/11: Update Bouncycastle to 1.66
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
From: fschumacher@apache.org
In-Reply-To: <159878190746.2225.4040134708862039118@gitbox.apache.org>
References: <159878190746.2225.4040134708862039118@gitbox.apache.org>
X-Git-Host: gitbox.apache.org
X-Git-Repo: jmeter
X-Git-Refname: refs/heads/master
X-Git-Reftype: branch
X-Git-Rev: 8a7da195225c847d51cb5228dafc2d4edefab535
X-Git-NotificationType: diff
X-Git-Multimail-Version: 1.5.dev
Auto-Submitted: auto-generated
Message-Id: <20200830100507.9F47980908@gitbox.apache.org>
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
commit 8a7da195225c847d51cb5228dafc2d4edefab535
Author: Felix Schumacher
AuthorDate: Sun Aug 30 11:06:56 2020 +0200
Update Bouncycastle to 1.66
---
gradle.properties | 2 +-
xdocs/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/gradle.properties b/gradle.properties
index c2a1fd7..a3c9cd8 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -53,7 +53,7 @@ activemq.version=5.16.0
apache-rat.version=0.13
apiguardian-api.version=1.1.0
asm.version=7.3.1
-bouncycastle.version=1.64
+bouncycastle.version=1.66
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 2e09e5a..2770af8 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -139,6 +139,7 @@ applications when JMeter is starting up.
Update SpotBugs to 4.1.2 (from 4.1.1), upgrade spotbugs-gradle-plugin to 4.5.0 (from 2.0.0)
Update org.sonarqube Gradle plugin to 3.0 (from 2.7.1)
Update Apache ActiveMQ to 5.16.0 (from 5.15.11)
+ Update Bouncycastle to 1.66 (from 1.64)