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 51c89a4  GROOVY-9042: Bump junit to 5.4.1(closes #898)
51c89a4 is described below

commit 51c89a4bbf648b4bdd5b17e7d0bd61847c27d254
Author: Daniel Sun <sun...@apache.org>
AuthorDate: Thu Mar 21 00:18:16 2019 +0800

    GROOVY-9042: Bump junit to 5.4.1(closes #898)
---
 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 c37e9a6..50f9ec5 100644
--- a/subprojects/groovy-test-junit5/build.gradle
+++ b/subprojects/groovy-test-junit5/build.gradle
@@ -18,8 +18,8 @@
  */
 
 ext {
-    junit5Version = '5.4.0'
-    junit5PlatformVersion = '1.4.0'
+    junit5Version = '5.4.1'
+    junit5PlatformVersion = '1.4.1'
 }
 
 dependencies {

Reply via email to