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 365c9f0e3f2495d670ec1664fc94deb90fe50ba8 Author: Paul King <[email protected]> AuthorDate: Wed Mar 8 13:38:35 2023 +1000 GROOVY-10906: Bump JUnit Jupiter/JUnit Platform to 5.9.2/1.9.2 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index a844523bcb..862971d708 100644 --- a/build.gradle +++ b/build.gradle @@ -150,8 +150,8 @@ ext { spotbugsVersion = '4.7.1' spotbugsAnnotationsVersion = '4.7.1' checkstyleVersion = '8.44' - junit5Version = '5.9.1' - junit5PlatformVersion = '1.9.1' + junit5Version = '5.9.2' + junit5PlatformVersion = '1.9.2' jcipAnnotationsVersion = '1.0' jspApiVersion = '2.3.3' servletApiVersion = '4.0.1'
