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 60dc06d Updated junit4 and junit5 60dc06d is described below commit 60dc06d6994df216eaf2f067dc3c5ceb117a2a09 Author: Felix Schumacher AuthorDate: Thu Feb 20 22:15:07 2020 +0100 Updated junit4 and junit5 Updated junit4 to 4.13 (from 4.12) Updated junit5 to 5.6.0 (from 5.5.1) --- checksum.xml | 1 + gradle.properties | 4 ++-- xdocs/changes.xml | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/checksum.xml b/checksum.xml index 2575e8f..679664d 100644 --- a/checksum.xml +++ b/checksum.xml @@ -56,6 +56,7 @@ + diff --git a/gradle.properties b/gradle.properties index ffd67d9..3c23be4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -95,8 +95,8 @@ json-path.version=2.4.0 json-smart.version=2.3 jsoup.version=1.12.2 jtidy.version=r938 -junit4.version=4.12 -junit5.version=5.5.1 +junit4.version=4.13 +junit5.version=5.6.0 log4j.version=2.13.0 mail.version=1.5.0-b01 miglayout.version=5.2 diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 9843817..b84eb6e 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -143,6 +143,8 @@ to view the last release notes of version 5.2.1.
  • Updated Apache httpcore and httpcore-nio to 4.4.13 (from 4.4.12)
  • Updated jmespath to 0.5.0 (from 0.3.0)
  • Updated Apache log4j to 2.13.0 (from 2.12.1)
  • +
  • Updated junit4 to 4.13 (from 4.12)
  • +
  • Updated junit5 to 5.6.0 (from 5.5.1)