Repository: tapestry-5 Updated Branches: refs/heads/master 127f62edf -> 8932267e4
upgrade Closure Compiler Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/be704c55 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/be704c55 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/be704c55 Branch: refs/heads/master Commit: be704c55d29a00a3707407c945b15191c1a7d39e Parents: 127f62e Author: Jochen Kemnade <[email protected]> Authored: Fri Nov 3 11:00:32 2017 +0100 Committer: Jochen Kemnade <[email protected]> Committed: Fri Nov 3 11:00:32 2017 +0100 ---------------------------------------------------------------------- tapestry-webresources/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/be704c55/tapestry-webresources/build.gradle ---------------------------------------------------------------------- diff --git a/tapestry-webresources/build.gradle b/tapestry-webresources/build.gradle index cdc1751..874cfef 100644 --- a/tapestry-webresources/build.gradle +++ b/tapestry-webresources/build.gradle @@ -3,7 +3,7 @@ description = "Integration with WRO4J to perform runtime CoffeeScript compilatio dependencies { compile project(":tapestry-core") compile "com.github.sommeri:less4j:1.12.0" - compile "com.google.javascript:closure-compiler-unshaded:v20170910" + compile "com.google.javascript:closure-compiler-unshaded:v20171023" compile "org.mozilla:rhino:1.7.7.2" testCompile project(":tapestry-runner")
