From ac4aca50a48b61e3d40b6cc678622fc04a7db77b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 4 Aug 2023 09:19:42 +0100 Subject: [PATCH] Upgrade to Spock Framework 2.3-groovy-4.0 Closes gh-36721 --- spring-boot-project/spring-boot-parent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-parent/build.gradle b/spring-boot-project/spring-boot-parent/build.gradle index 2670bd27c9..b77780d863 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -180,7 +180,7 @@ bom { ] } } - library("Spock Framework", "2.2-M1-groovy-4.0") { + library("Spock Framework", "2.3-groovy-4.0") { group("org.spockframework") { imports = [ "spock-bom"