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/09/17 09:20:34 UTC

[groovy] 04/08: GROOVY-9249: Bump junit to 5.5.2

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

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

commit 8c15968d71e1d8c5103e4634858303930c83767a
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 {