You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by ul...@apache.org on 2013/11/04 21:54:27 UTC

git commit: upgrade selenium to 2.37.1

Updated Branches:
  refs/heads/master 9c94bc607 -> 808a73f28


upgrade selenium to 2.37.1


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

Branch: refs/heads/master
Commit: 808a73f28b2f0721a3c7581d25e342748fbc9b36
Parents: 9c94bc6
Author: Ulrich Staerk <ul...@apache.org>
Authored: Mon Nov 4 21:53:46 2013 +0100
Committer: Ulrich Staerk <ul...@apache.org>
Committed: Mon Nov 4 21:53:46 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/808a73f2/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 61cc61d..3d88b41 100755
--- a/build.gradle
+++ b/build.gradle
@@ -20,7 +20,7 @@ project.ext.versions = [
     slf4j: "1.7.2",
     wro4j: "1.7.0",
     geb: "0.9.0",
-    selenium: "2.33.0"
+    selenium: "2.37.1"
 ]
 
 ext.continuousIntegrationBuild = Boolean.getBoolean("ci")