Repository: tapestry-5 Updated Branches: refs/heads/master deea8e1bd -> b97072ec9
update 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/b97072ec Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/b97072ec Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/b97072ec Branch: refs/heads/master Commit: b97072ec9aef6e6904c4c02d36f103eb7a9b2a42 Parents: deea8e1 Author: Jochen Kemnade <[email protected]> Authored: Thu Jul 30 09:31:03 2015 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Thu Jul 30 09:31:03 2015 +0200 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/b97072ec/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 5506908..7ff99a3 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.46.0" + selenium: "2.47.0" ] ext.continuousIntegrationBuild = Boolean.getBoolean("ci")
