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 <[email protected]>
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.
<li><bug>64120</bug>Updated jsoup to 1.12.2 (from 1.12.1)</li>
<li><bug>63809</bug>Updated commons-dbcp2 to 2.7.0 (from 2.5.0)</li>
<li>Updated Apache ActiveMQ to 5.15.11 (from 5.15.8)</li>
+ <li>Updated bouncycastle to 1.64 (from 1.60)</li>
</ul>
<!-- =================== Bug fixes =================== -->