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 2015/06/09 11:37:52 UTC

tapestry-5 git commit: Upgrade Selenium

Repository: tapestry-5
Updated Branches:
  refs/heads/master 94cd5b5af -> c7193512e


Upgrade Selenium


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

Branch: refs/heads/master
Commit: c7193512e9a7c4bd83827a865112fa9612d572d1
Parents: 94cd5b5
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Tue Jun 9 11:37:00 2015 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Tue Jun 9 11:37:00 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c7193512/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index d7f5a35..d18b66c 100755
--- a/build.gradle
+++ b/build.gradle
@@ -18,7 +18,7 @@ project.ext.versions = [
     hibernate: "4.3.6.Final",
     slf4j: "1.7.12",
     geb: "0.10.0",
-    selenium: "2.45.0"
+    selenium: "2.46.0"
 ]
 
 ext.continuousIntegrationBuild = Boolean.getBoolean("ci")