From 7038eb4a7de2bf865032a266e1ccbc25aaf0592c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 4 Aug 2023 12:00:19 +0100 Subject: [PATCH] Upgrade to Spock Framework 2.3-groovy-4.0 Closes gh-36733 --- 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 794810ad29b..3be560d5149 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"