You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2019/09/10 01:56:46 UTC

[groovy] branch master updated: GROOVY-9249: Bump junit to 5.5.2

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

sunlan 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 8ee68a6  GROOVY-9249: Bump junit to 5.5.2
8ee68a6 is described below

commit 8ee68a6dfd07d2b7112c17a05863fbaec5f8e353
Author: Daniel.Sun <re...@hotmail.com>
AuthorDate: Tue Sep 10 07:55:29 2019 +0800

    GROOVY-9249: Bump junit to 5.5.2
---
 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 fdaea1b..4ea7b74 100644
--- a/subprojects/groovy-test-junit5/build.gradle
+++ b/subprojects/groovy-test-junit5/build.gradle
@@ -18,8 +18,8 @@
  */
 
 ext {
-    junit5Version = '5.5.1'
-    junit5PlatformVersion = '1.5.1'
+    junit5Version = '5.5.2'
+    junit5PlatformVersion = '1.5.2'
 }
 
 dependencies {