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 2020/07/19 15:18:56 UTC

[tapestry-5] branch java9modules updated: TAP5-2626: updating Google Closure dependency to latest

This is an automated email from the ASF dual-hosted git repository.

thiagohp pushed a commit to branch java9modules
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/java9modules by this push:
     new 1ef0288  TAP5-2626: updating Google Closure dependency to latest
1ef0288 is described below

commit 1ef0288f6f46b8b1f0cbe408602f9d8247ce5ac9
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
AuthorDate: Sun Jul 19 12:18:40 2020 -0300

    TAP5-2626: updating Google Closure dependency to latest
---
 tapestry-webresources/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tapestry-webresources/build.gradle b/tapestry-webresources/build.gradle
index 50afa35..85a2e10 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:v20200504"
+    compile "com.google.javascript:closure-compiler-unshaded:v20200628"
     compile "org.mozilla:rhino:1.7.7.2"
 
     testCompile project(":tapestry-runner")