You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2016/03/15 09:29:56 UTC

tapestry-5 git commit: upgrade rhino

Repository: tapestry-5
Updated Branches:
  refs/heads/master 40a831690 -> c69413988


upgrade rhino


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

Branch: refs/heads/master
Commit: c69413988dd88404d8ed10690cb9fec1a1d98b54
Parents: 40a8316
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Tue Mar 15 09:29:40 2016 +0100
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Tue Mar 15 09:29:40 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c6941398/tapestry-webresources/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-webresources/build.gradle b/tapestry-webresources/build.gradle
index 0e5d2e4..62c431d 100644
--- a/tapestry-webresources/build.gradle
+++ b/tapestry-webresources/build.gradle
@@ -4,7 +4,7 @@ dependencies {
     compile project(":tapestry-core")
     compile "com.github.sommeri:less4j:1.12.0"
     compile "com.google.javascript:closure-compiler:v20131014"
-    compile "org.mozilla:rhino:1.7.7"
+    compile "org.mozilla:rhino:1.7.7.1"
 
     testCompile project(":tapestry-runner")
     testCompile "org.gebish:geb-spock:${versions.geb}"