From f0d2f6e9913a782068dc36ef9a34fb3ec3031202 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 3 Aug 2023 14:55:52 +0100 Subject: [PATCH] Upgrade to Spock Framework 2.3-groovy-3.0 Closes gh-36709 --- 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 d17abb2a53..f586696bc6 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -172,7 +172,7 @@ bom { ] } } - library("Spock Framework", "2.0-groovy-3.0") { + library("Spock Framework", "2.3-groovy-3.0") { group("org.spockframework") { modules = [ "spock-core",