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 fe63e6b Updated asm to 7.3.1 (from 7.1)
fe63e6b is described below
commit fe63e6b9186d50d697c75d0d366d42eb34c68bd5
Author: Felix Schumacher <felix.schumacher@internetallee.de>
AuthorDate: Sun Feb 16 18:16:01 2020 +0100
Updated asm to 7.3.1 (from 7.1)
---
gradle.properties | 2 +-
xdocs/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/gradle.properties b/gradle.properties
index 8adb4d2..c172f36 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -48,7 +48,7 @@ accessors-smart.version=1.2
activemq.version=5.15.11
apache-rat.version=0.13
apiguardian-api.version=1.1.0
-asm.version=7.1
+asm.version=7.3.1
bouncycastle.version=1.64
bsf.version=2.4.0
bsh.version=2.0b6
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index f751388..4f687b3 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -129,6 +129,7 @@ to view the last release notes of version 5.2.1.
<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>
+ <li>Updated asm to 7.3.1 (from 7.1)</li>
</ul>
<!-- =================== Bug fixes =================== -->
|