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/03/02 09:10:14 UTC

tapestry-5 git commit: upgrade Selenium to 2.45.0

Repository: tapestry-5
Updated Branches:
  refs/heads/master f654f082a -> 9a4d72e8f


upgrade Selenium to 2.45.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/9a4d72e8
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/9a4d72e8
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/9a4d72e8

Branch: refs/heads/master
Commit: 9a4d72e8f93de75d1e634cdb8e07e46933ef89d5
Parents: f654f08
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Mon Mar 2 09:09:50 2015 +0100
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Mon Mar 2 09:09:50 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/9a4d72e8/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index be1571c..aebf4fb 100755
--- a/build.gradle
+++ b/build.gradle
@@ -19,7 +19,7 @@ project.ext.versions = [
     groovy: "2.0.6",
     slf4j: "1.7.10",
     geb: "0.10.0",
-    selenium: "2.44.0"
+    selenium: "2.45.0"
 ]
 
 ext.continuousIntegrationBuild = Boolean.getBoolean("ci")