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:19:24 UTC

[tapestry-5] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


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

commit 123feacc9a62b0d0712c7fa7984d012ef7479a5a
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")