You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2020/09/14 09:55:21 UTC

[jmeter] branch master updated: Update JUnit5 to 5.7.0 (from 5.6.2)

This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov 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 6bc4f09  Update JUnit5 to 5.7.0 (from 5.6.2)
6bc4f09 is described below

commit 6bc4f0962ab1cf39e9e25a0eab449793ed8a9eab
Author: Vladimir Sitnikov <si...@gmail.com>
AuthorDate: Mon Sep 14 11:45:45 2020 +0300

    Update JUnit5 to 5.7.0 (from 5.6.2)
    
    One of the relevant new features is @Isolated annotation to make sure
    the test runs in isolation from all the others.
    
    See https://junit.org/junit5/docs/5.7.0/release-notes/
---
 gradle.properties | 2 +-
 xdocs/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index a9b6c4f..285f814 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -102,7 +102,7 @@ json-smart.version=2.3
 jsoup.version=1.13.1
 jtidy.version=r938
 junit4.version=4.13
-junit5.version=5.6.2
+junit5.version=5.7.0
 log4j.version=2.13.3
 mail.version=1.5.0-b01
 miglayout.version=5.2
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 35c681f..67978e0 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -149,6 +149,7 @@ applications when JMeter is starting up.</p>
     <li>Update junit5 to 5.6.2 (from 5.6.0)</li>
     <li>Update Apache log4j2 to 2.13.3 (from 2.13.1)</li>
     <li>Update rsyntaxtextarea to 3.1.1 (from 3.1.0)</li>
+    <li>Update JUnit5 to 5.7.0 (from 5.6.2)</li>
 </ul>
 
  <!-- =================== Bug fixes =================== -->