This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch GROOVY_3_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 1e52f24a26759fe28cfc0ccdd11a180abcfa8842 Author: Paul King <[email protected]> AuthorDate: Tue Jan 21 17:24:54 2020 +1000 GROOVY-9372: Bump junit to 5.6.0 (cherry picked from commit 2e5dd6509fabcbc118651b64c1d3deb98058267f) --- subprojects/groovy-test-junit5/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/groovy-test-junit5/build.gradle b/subprojects/groovy-test-junit5/build.gradle index 50ea702..baaf53c 100644 --- a/subprojects/groovy-test-junit5/build.gradle +++ b/subprojects/groovy-test-junit5/build.gradle @@ -18,8 +18,8 @@ */ ext { - junit5Version = '5.5.2' - junit5PlatformVersion = '1.5.2' + junit5Version = '5.6.0' + junit5PlatformVersion = '1.6.0' } dependencies {
