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 68357081ec5f68870859e248c818c1a297829849 Author: Paul King <[email protected]> AuthorDate: Thu Feb 24 13:46:55 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 5a47a27..11ff301 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'
