You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2019/05/23 05:45:13 UTC

[groovy] branch master updated: GROOVY-9139: Bump JUnit 5 to 5.5.0-M1

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

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 8635e34  GROOVY-9139: Bump JUnit 5 to 5.5.0-M1
8635e34 is described below

commit 8635e3404c8c4e05eff05f3c5ae7f7532375892c
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu May 23 15:45:02 2019 +1000

    GROOVY-9139: Bump JUnit 5 to 5.5.0-M1
---
 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 50f9ec5..2bc7408 100644
--- a/subprojects/groovy-test-junit5/build.gradle
+++ b/subprojects/groovy-test-junit5/build.gradle
@@ -18,8 +18,8 @@
  */
 
 ext {
-    junit5Version = '5.4.1'
-    junit5PlatformVersion = '1.4.1'
+    junit5Version = '5.5.0-M1'
+    junit5PlatformVersion = '1.5.0-M1'
 }
 
 dependencies {