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 736d4c2fee01feddc464e9314cdd228ceac6f7a9 Author: Felix Schumacher <[email protected]> AuthorDate: Sun Aug 30 11:49:05 2020 +0200 Update junit5 to 5.6.2 --- gradle.properties | 2 +- xdocs/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 73b8028..10eda89 100644 --- a/gradle.properties +++ b/gradle.properties @@ -101,7 +101,7 @@ json-smart.version=2.3 jsoup.version=1.13.1 jtidy.version=r938 junit4.version=4.13 -junit5.version=5.6.0 +junit5.version=5.6.2 log4j.version=2.13.1 mail.version=1.5.0-b01 miglayout.version=5.2 diff --git a/xdocs/changes.xml b/xdocs/changes.xml index e1a1620..dafbd88 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -146,6 +146,7 @@ applications when JMeter is starting up.</p> <li>Update Apache commons-pool2 to 2.8.1 (from 2.8.0)</li> <li>Update Apache commons-text to 1.9 (from 1.8)</li> <li>Update equalsverifier to 3.4.2 (from 3.1.13)</li> + <li>Update junit5 to 5.6.2 (from 5.6.0)</li> </ul> <!-- =================== Bug fixes =================== -->
