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 454094c3a3c957feb2e4dfdef09ca93114a46692 Author: Felix Schumacher <[email protected]> AuthorDate: Fri Aug 13 13:46:37 2021 +0200 Update Bouncycastle to 1.69 --- gradle.properties | 2 +- xdocs/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index c45b6f4..f53c588 100644 --- a/gradle.properties +++ b/gradle.properties @@ -56,7 +56,7 @@ activemq.version=5.16.2 apache-rat.version=0.13 apiguardian-api.version=1.1.0 asm.version=9.2 -bouncycastle.version=1.67 +bouncycastle.version=1.69 bsf.version=2.4.0 bsh.version=2.0b6 caffeine.version=2.8.8 diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 7983361..8bd58ab 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -142,6 +142,7 @@ Summary <li>Updated Darklaf to 2.7.2 (from 2.5.4).</li> <li>Updated Apache ActiveMQ to 15.6.2 (from 15.6.0).</li> <li>Updated Asm to 9.2 (from 9.1).</li> + <li>Updated Bouncycastle to 1.69 (from 1.67).</li> </ul> <!-- =================== Bug fixes =================== -->
