You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2017/03/03 06:24:56 UTC

[3/4] tapestry-5 git commit: TAP5-2573: upgrade Closure Compiler

TAP5-2573: 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/6cbf7792
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/6cbf7792
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/6cbf7792

Branch: refs/heads/master
Commit: 6cbf779257cdab9c485d4208d1a92658749c4634
Parents: 1cf8335
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Fri Mar 3 06:50:21 2017 +0100
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Fri Mar 3 06:55:29 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/6cbf7792/tapestry-webresources/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-webresources/build.gradle b/tapestry-webresources/build.gradle
index f49bede..235e632 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:v20160822"
+    compile "com.google.javascript:closure-compiler:v20170218"
     compile "org.mozilla:rhino:1.7.7.1"
 
     testCompile project(":tapestry-runner")