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 03:35:13 UTC

[groovy] 01/01: 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-9502
in repository https://gitbox.apache.org/repos/asf/groovy.git

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

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

diff --git a/build.gradle b/build.gradle
index 6e72d27..406d10f 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 {