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/07/01 12:17:31 UTC

[groovy] branch master updated: GROOVY-9138: Upgrade JUnit 5 to 5.5.0

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 86a73dc  GROOVY-9138: Upgrade JUnit 5 to 5.5.0
86a73dc is described below

commit 86a73dc4ded48737f17714b8c89ccae0d014fdbb
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Jul 1 22:17:21 2019 +1000

    GROOVY-9138: Upgrade JUnit 5 to 5.5.0
---
 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 2619213..c3f4db4 100644
--- a/subprojects/groovy-test-junit5/build.gradle
+++ b/subprojects/groovy-test-junit5/build.gradle
@@ -18,8 +18,8 @@
  */
 
 ext {
-    junit5Version = '5.5.0-RC2'
-    junit5PlatformVersion = '1.5.0-RC2'
+    junit5Version = '5.5.0'
+    junit5PlatformVersion = '1.5.0'
 }
 
 dependencies {