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 793e163c160902bf4b72d92cbd1bf313137bd271 Author: Paul King <[email protected]> AuthorDate: Mon Feb 24 15:45:01 2025 +1000 GROOVY-11574: Bump junit5/platform to 5.12.0/1.12.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6e364b278b..7c35063521 100644 --- a/build.gradle +++ b/build.gradle @@ -157,8 +157,8 @@ ext { spotbugsVersion = '4.7.1' spotbugsAnnotationsVersion = '4.7.1' checkstyleVersion = '8.44' - junit5Version = '5.9.2' - junit5PlatformVersion = '1.9.2' + junit5Version = '5.12.0' + junit5PlatformVersion = '1.12.0' jcipAnnotationsVersion = '1.0' jspApiVersion = '2.3.3' servletApiVersion = '4.0.1'
