Repository: tapestry-5 Updated Branches: refs/heads/master d7eb3dd70 -> 57028a1a4
upgrade Spock Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/57028a1a Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/57028a1a Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/57028a1a Branch: refs/heads/master Commit: 57028a1a4b7b758481d13c1b199ba7f474999c85 Parents: d7eb3dd Author: Jochen Kemnade <[email protected]> Authored: Tue Oct 10 09:56:44 2017 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Tue Oct 10 09:56:44 2017 +0200 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/57028a1a/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 601b973..2ed9d25 100755 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ project.ext.versions = [ testng: "6.8.21", easymock: "3.3.1", servletapi: "3.0.1", - spock: "1.0-groovy-2.4", + spock: "1.1-groovy-2.4", hibernate: "5.1.0.Final", slf4j: "1.7.24", geb: "1.1.1",
