Repository: tapestry-5 Updated Branches: refs/heads/master d61eee730 -> ff3ac8c90
update rhino and less4j Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/ff3ac8c9 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/ff3ac8c9 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/ff3ac8c9 Branch: refs/heads/master Commit: ff3ac8c90e6a12315e002775f19f0228c79c5345 Parents: d61eee7 Author: Jochen Kemnade <[email protected]> Authored: Thu Jun 25 14:54:42 2015 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Thu Jun 25 14:54:42 2015 +0200 ---------------------------------------------------------------------- tapestry-webresources/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/ff3ac8c9/tapestry-webresources/build.gradle ---------------------------------------------------------------------- diff --git a/tapestry-webresources/build.gradle b/tapestry-webresources/build.gradle index 7dba39c..0e5d2e4 100644 --- a/tapestry-webresources/build.gradle +++ b/tapestry-webresources/build.gradle @@ -2,9 +2,9 @@ description = "Integration with WRO4J to perform runtime CoffeeScript compilatio dependencies { compile project(":tapestry-core") - compile "com.github.sommeri:less4j:1.11.0" + compile "com.github.sommeri:less4j:1.12.0" compile "com.google.javascript:closure-compiler:v20131014" - compile "org.mozilla:rhino:1.7.6" + compile "org.mozilla:rhino:1.7.7" testCompile project(":tapestry-runner") testCompile "org.gebish:geb-spock:${versions.geb}"
