This is an automated email from the ASF dual-hosted git repository. thiagohp pushed a commit to branch latest-java-tests in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
commit 8e7aa8dc31204ff3b8ebc74cf252c703ff701fa5 Author: Thiago H. de Paula Figueiredo <[email protected]> AuthorDate: Fri Feb 4 19:11:43 2022 -0300 TAP5-2702: Upgrade to Groovy 3 and Spock 2 to support Java 17 Also JaCoCo 0.8.7 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ad4e9af..431ce3d 100755 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ project.ext.versions = [ testng: "6.8.21", easymock: "3.3.1", servletapi: "3.0.1", - spock: "1.3-groovy-2.5", + spock: "2.0-groovy-3.0", hibernate: "5.4.32.Final", slf4j: "1.7.25", geb: "2.0",
