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 2020/09/14 04:53:51 UTC

[groovy] 01/02: GROOVY-9740: Bump JUnit5/platform to 5.7.0/1.7.0

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

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

commit 09823c341f6798850ffa48c76e245689ca11abb1
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Sep 14 14:42:58 2020 +1000

    GROOVY-9740: Bump JUnit5/platform to 5.7.0/1.7.0
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index cb27bc6..5676078 100644
--- a/build.gradle
+++ b/build.gradle
@@ -156,8 +156,8 @@ ext {
     spotbugsVersion = '4.1.1'
     spotbugsAnnotationsVersion = '4.1.1'
     checkstyleVersion = '8.35'
-    junit5Version = '5.6.2'
-    junit5PlatformVersion = '1.6.2'
+    junit5Version = '5.7.0'
+    junit5PlatformVersion = '1.7.0'
     jcipAnnotationsVersion = '1.0'
 }