You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by th...@apache.org on 2014/12/07 03:29:10 UTC

[12/45] tapestry-5 git commit: update Selenium to 2.44.0

update Selenium to 2.44.0


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

Branch: refs/heads/beanmodel-split
Commit: 85a03b7d2b6cb7d7577bb26e24b033327dfa481e
Parents: 3a4991a
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Thu Nov 13 09:03:11 2014 +0100
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Thu Nov 13 09:03:11 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/85a03b7d/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 40c6b89..843f1f6 100755
--- a/build.gradle
+++ b/build.gradle
@@ -20,7 +20,7 @@ project.ext.versions = [
     slf4j: "1.7.7",
     wro4j: "1.7.0",
     geb: "0.9.2",
-    selenium: "2.43.1"
+    selenium: "2.44.0"
 ]
 
 ext.continuousIntegrationBuild = Boolean.getBoolean("ci")