You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by th...@apache.org on 2018/11/30 20:27:58 UTC

tapestry-5 git commit: Upgrading colsure-compiler-unshaded to latest version in Maven Central

Repository: tapestry-5
Updated Branches:
  refs/heads/master 77f6f1005 -> a6291bd32


Upgrading colsure-compiler-unshaded to latest version in Maven Central

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

Branch: refs/heads/master
Commit: a6291bd32bf46424688b56b71529dd23268722aa
Parents: 77f6f10
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
Authored: Fri Nov 30 18:27:47 2018 -0200
Committer: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
Committed: Fri Nov 30 18:27:47 2018 -0200

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/a6291bd3/tapestry-webresources/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-webresources/build.gradle b/tapestry-webresources/build.gradle
index 7c9eb63..2d21c78 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:v20171023"
+    compile "com.google.javascript:closure-compiler-unshaded:v20181125"
     compile "org.mozilla:rhino:1.7.7.2"
 
     testCompile project(":tapestry-runner")