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 2021/07/15 04:39:47 UTC

[groovy] 06/07: GROOVY-10170: Bump JUnit Jupiter/JUnit Platform to 5.7.2/1.7.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 d5c133c185b863cf12649564b116ca80d1160852
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Jul 15 14:35:46 2021 +1000

    GROOVY-10170: Bump JUnit Jupiter/JUnit Platform to 5.7.2/1.7.2
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index f223acb..6e6c858 100644
--- a/build.gradle
+++ b/build.gradle
@@ -154,8 +154,8 @@ ext {
     spotbugsVersion = '4.3.0'
     spotbugsAnnotationsVersion = '4.3.0'
     checkstyleVersion = '8.44'
-    junit5Version = '5.7.1'
-    junit5PlatformVersion = '1.7.1'
+    junit5Version = '5.7.2'
+    junit5PlatformVersion = '1.7.2'
     jcipAnnotationsVersion = '1.0'
     jspApiVersion = '2.3.3'
     servletApiVersion = '4.0.1'