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 2020/04/11 04:05:05 UTC

[groovy] branch GROOVY_3_0_X updated: GROOVY-9502: Bump junit to 5.6.2

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

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


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new dfb6496  GROOVY-9502: Bump junit to 5.6.2
dfb6496 is described below

commit dfb64966eaf3cd035f0e57b99a2052151c6e0243
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Apr 11 11:34:47 2020 +0800

    GROOVY-9502: Bump junit to 5.6.2
    
    (cherry picked from commit cbdca0e8f4866b013ed26f4c41bf99be0ba2a3cd)
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index e2eb2f0..cde6be9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -154,8 +154,8 @@ ext {
     spotbugsVersion = '4.0.1'
     spotbugsAnnotationsVersion = '4.0.1'
     checkstyleVersion = '8.30'
-    junit5Version = '5.6.0'
-    junit5PlatformVersion = '1.6.0'
+    junit5Version = '5.6.2'
+    junit5PlatformVersion = '1.6.2'
 }
 
 dependencies {