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/10/10 07:37:01 UTC

tapestry-5 git commit: upgrade dependencies

Repository: tapestry-5
Updated Branches:
  refs/heads/master d528181bb -> eec9c9ae8


upgrade dependencies


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

Branch: refs/heads/master
Commit: eec9c9ae8a34aacb9d59e74cc486e960465692be
Parents: d528181
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Tue Oct 10 09:36:48 2017 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Tue Oct 10 09:36:48 2017 +0200

----------------------------------------------------------------------
 tapestry-webresources/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/eec9c9ae/tapestry-webresources/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-webresources/build.gradle b/tapestry-webresources/build.gradle
index fa24be1..cdc1751 100644
--- a/tapestry-webresources/build.gradle
+++ b/tapestry-webresources/build.gradle
@@ -3,8 +3,8 @@ 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:v20170218"
-    compile "org.mozilla:rhino:1.7.7.1"
+    compile "com.google.javascript:closure-compiler-unshaded:v20170910"
+    compile "org.mozilla:rhino:1.7.7.2"
 
     testCompile project(":tapestry-runner")
     testCompile "org.gebish:geb-spock:${versions.geb}"