Repository: tapestry-5 Updated Branches: refs/heads/master 411dad9b2 -> 9f22a84a5
update geb and rhino Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/df98683d Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/df98683d Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/df98683d Branch: refs/heads/master Commit: df98683d55d45c45813ad8625c2de9b577d30064 Parents: 411dad9 Author: Jochen Kemnade <[email protected]> Authored: Thu Feb 19 09:41:57 2015 +0100 Committer: Jochen Kemnade <[email protected]> Committed: Thu Feb 19 09:41:57 2015 +0100 ---------------------------------------------------------------------- build.gradle | 2 +- tapestry-webresources/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/df98683d/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index e64193b..cc8fa6b 100755 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ project.ext.versions = [ groovy: "2.0.6", slf4j: "1.7.10", wro4j: "1.7.0", - geb: "0.9.2", + geb: "0.10.0", selenium: "2.44.0" ] http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/df98683d/tapestry-webresources/build.gradle ---------------------------------------------------------------------- diff --git a/tapestry-webresources/build.gradle b/tapestry-webresources/build.gradle index a92bd77..04228b3 100644 --- a/tapestry-webresources/build.gradle +++ b/tapestry-webresources/build.gradle @@ -4,7 +4,7 @@ dependencies { compile project(":tapestry-core") compile "com.github.sommeri:less4j:1.8.1" compile "com.google.javascript:closure-compiler:v20131014" - compile "org.mozilla:rhino:1.7R4" + compile "org.mozilla:rhino:1.7R5" testCompile project(":tapestry-runner") testCompile "org.gebish:geb-spock:${versions.geb}"
