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/07/21 20:35:01 UTC

[groovy] branch master updated: GROOVY-9201: Bump junit to 5.5.1

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 db0c372  GROOVY-9201: Bump junit to 5.5.1
db0c372 is described below

commit db0c3724312f0ac59c59c1d42f4f34ef46d609ab
Author: Daniel Sun <su...@apache.org>
AuthorDate: Mon Jul 22 04:16:31 2019 +0800

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