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
The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
new 7361f30 GROOVY-10255: Bump JUnit5 to 5.8.1
7361f30 is described below
commit 7361f30f8d67afca15cb8c033def57082390e391
Author: Paul King <[email protected]>
AuthorDate: Thu Sep 23 14:45:48 2021 +1000
GROOVY-10255: Bump JUnit5 to 5.8.1
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index c9a9afc..dd1dd24 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.7.2'
- junit5PlatformVersion = '1.7.2'
+ junit5Version = '5.8.1'
+ junit5PlatformVersion = '1.8.1'
jcipAnnotationsVersion = '1.0'
jspApiVersion = '2.3.3'
servletApiVersion = '4.0.1'