You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2015/03/17 10:19:15 UTC

tapestry-5 git commit: switch to Groovy 2.3 to be in line with what Geb pulls in

Repository: tapestry-5
Updated Branches:
  refs/heads/master a90606c80 -> eb9e29e8e


switch to Groovy 2.3 to be in line with what Geb pulls in


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/eb9e29e8
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/eb9e29e8
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/eb9e29e8

Branch: refs/heads/master
Commit: eb9e29e8e18fb377b776ebc15dbefa164b176542
Parents: a90606c
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Tue Mar 17 10:18:29 2015 +0100
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Tue Mar 17 10:18:29 2015 +0100

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/eb9e29e8/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index c740aa0..0605014 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.0",
+    spock: "1.0-groovy-2.3",
     hibernate: "4.3.6.Final",
     slf4j: "1.7.10",
     geb: "0.10.0",