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 e9ba1aa3fbfac7ecfd61dcf02f83bf78188722a8 Author: Felix Schumacher <[email protected]> AuthorDate: Fri Aug 13 13:44:25 2021 +0200 Update Asm to 9.2 --- gradle.properties | 2 +- src/dist/src/dist/expected_release_jars.csv | 2 +- xdocs/changes.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 7c3f44b..c45b6f4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -55,7 +55,7 @@ accessors-smart.version=2.4.7 activemq.version=5.16.2 apache-rat.version=0.13 apiguardian-api.version=1.1.0 -asm.version=9.1 +asm.version=9.2 bouncycastle.version=1.67 bsf.version=2.4.0 bsh.version=2.0b6 diff --git a/src/dist/src/dist/expected_release_jars.csv b/src/dist/src/dist/expected_release_jars.csv index eea1a2d..71401dc 100644 --- a/src/dist/src/dist/expected_release_jars.csv +++ b/src/dist/src/dist/expected_release_jars.csv @@ -1,7 +1,7 @@ 29489,accessors-smart-2.4.7.jar 18538,annotations-16.0.2.jar 2387,apiguardian-api-1.1.0.jar -121790,asm-9.1.jar +122004,asm-9.2.jar 113369,bsf-2.4.0.jar 389033,bsh-2.0b6.jar 921827,caffeine-2.8.8.jar diff --git a/xdocs/changes.xml b/xdocs/changes.xml index f09561c..7983361 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -141,6 +141,7 @@ Summary <li>Updated Groovy to 3.0.8 (from 3.0.7).</li> <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> </ul> <!-- =================== Bug fixes =================== -->
