Repository: tapestry-5
Updated Branches:
  refs/heads/master 72d9b1075 -> f4994f2ab


update rhino and less4j


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

Branch: refs/heads/master
Commit: f4994f2ab351d8439ba602554ce60d2800f2335d
Parents: 72d9b10
Author: Jochen Kemnade <jochen.kemn...@eddyson.de>
Authored: Fri Apr 24 13:36:19 2015 +0200
Committer: Jochen Kemnade <jochen.kemn...@eddyson.de>
Committed: Fri Apr 24 13:36:19 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/f4994f2a/tapestry-webresources/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-webresources/build.gradle 
b/tapestry-webresources/build.gradle
index b95ff17..7dba39c 100644
--- a/tapestry-webresources/build.gradle
+++ b/tapestry-webresources/build.gradle
@@ -2,9 +2,9 @@ description = "Integration with WRO4J to perform runtime 
CoffeeScript compilatio
 
 dependencies {
     compile project(":tapestry-core")
-    compile "com.github.sommeri:less4j:1.10.0"
+    compile "com.github.sommeri:less4j:1.11.0"
     compile "com.google.javascript:closure-compiler:v20131014"
-    compile "org.mozilla:rhino:1.7R5"
+    compile "org.mozilla:rhino:1.7.6"
 
     testCompile project(":tapestry-runner")
     testCompile "org.gebish:geb-spock:${versions.geb}"

Reply via email to