This is an automated email from the ASF dual-hosted git repository. vlamp pushed a commit to branch TAP5-2771 in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/TAP5-2771 by this push: new 28dd6cc83 TAP5-2771: Upgrade to Spock 2.3 28dd6cc83 is described below commit 28dd6cc83c3f9044faf2802721cfb300bbbb22f4 Author: Volker Lamp <vl...@apache.org> AuthorDate: Fri Mar 8 21:08:08 2024 +0100 TAP5-2771: Upgrade to Spock 2.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a08200cf9..9d37912db 100755 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ project.ext.versions = [ testng: "6.14.3", easymock: "3.3.1", servletapi: "5.0.0", - spock: "2.1-M2-groovy-3.0", + spock: "2.3-groovy-3.0", hibernate: "5.4.32.Final", slf4j: "1.7.25", geb: "2.0",