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 2022/02/24 23:05:14 UTC

[groovy] 02/03: GROOVY-10397: Bump junit5 to 5.8.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 407b2d92cea465197fd3a4ebf312ee623566ec3e
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Feb 25 09:01:50 2022 +1000

    GROOVY-10397: Bump junit5 to 5.8.2
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index e2c6fb0..753bdbe 100644
--- a/build.gradle
+++ b/build.gradle
@@ -154,8 +154,8 @@ ext {
     spotbugsVersion = '4.4.0'
     spotbugsAnnotationsVersion = '4.4.0'
     checkstyleVersion = '8.44'
-    junit5Version = '5.8.1'
-    junit5PlatformVersion = '1.8.1'
+    junit5Version = '5.8.2'
+    junit5PlatformVersion = '1.8.2'
     jcipAnnotationsVersion = '1.0'
     jspApiVersion = '2.3.3'
     servletApiVersion = '4.0.1'