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 1954e7c5235fd98dfe5c8da470de2bee88586439 Author: Felix Schumacher <[email protected]> AuthorDate: Fri Aug 13 14:47:47 2021 +0200 Update JUnit to 4.13.2 and 5.7.2 --- gradle.properties | 4 ++-- src/dist/src/dist/expected_release_jars.csv | 2 +- xdocs/changes.xml | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index fd7360e..6c0de63 100644 --- a/gradle.properties +++ b/gradle.properties @@ -105,8 +105,8 @@ json-path.version=2.6.0 json-smart.version=2.4.7 jsoup.version=1.14.1 jtidy.version=r938 -junit4.version=4.13.1 -junit5.version=5.7.0 +junit4.version=4.13.2 +junit5.version=5.7.2 log4j.version=2.13.3 mail.version=1.5.0-b01 miglayout.version=5.2 diff --git a/src/dist/src/dist/expected_release_jars.csv b/src/dist/src/dist/expected_release_jars.csv index a6fdb49..6aba266 100644 --- a/src/dist/src/dist/expected_release_jars.csv +++ b/src/dist/src/dist/expected_release_jars.csv @@ -66,7 +66,7 @@ 119227,json-smart-2.4.7.jar 415074,jsoup-1.14.1.jar 249924,jtidy-r938.jar -382708,junit-4.13.1.jar +384581,junit-4.13.2.jar 201685,log4j-1.2-api-2.13.3.jar 292301,log4j-api-2.13.3.jar 1714164,log4j-core-2.13.3.jar diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 76e05bb..08738e2 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -157,6 +157,7 @@ Summary <li>Updated Apache HttpCore to 4.4.14 (from 4.4.13).</li> <li>Updated json-path to 2.6.0 (from 2.4.0).</li> <li>Updated jsoup to 1.14.1 (from 1.13.1).</li> + <li>Updated JUnit to 4.13.2 and 5.7.2 (from 4.13.1 and 5.7.0).</li> </ul> <!-- =================== Bug fixes =================== -->
