Repository: tapestry-5 Updated Branches: refs/heads/master 8e7987008 -> 62f33e3dc
fix Geb/Spock/Groovy version incompatibility Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/ae45a3be Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/ae45a3be Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/ae45a3be Branch: refs/heads/master Commit: ae45a3be5805ae38d569cf61121d51cc19ba19cd Parents: 8e79870 Author: Jochen Kemnade <[email protected]> Authored: Tue Apr 19 12:38:03 2016 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Tue Apr 19 12:38:03 2016 +0200 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/ae45a3be/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 8652c15..39dc38f 100755 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ project.ext.versions = [ testng: "6.8.21", easymock: "3.3.1", servletapi: "2.5", - spock: "1.0-groovy-2.3", + spock: "1.0-groovy-2.4", hibernate: "4.3.6.Final", slf4j: "1.7.21", geb: "0.13.1",
