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/65b46362 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/65b46362 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/65b46362 Branch: refs/heads/master Commit: 65b4636204c3322b1ff9464265adba2dab76d06e Parents: 22d9db0 Author: Jochen Kemnade <[email protected]> Authored: Wed Jul 13 14:27:31 2016 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Wed Jul 13 14:27:31 2016 +0200 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/65b46362/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 346d194..635322f 100755 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ project.ext.versions = [ hibernate: "5.2.1.Final", slf4j: "1.7.21", geb: "0.13.1", - selenium: "2.53.0" + selenium: "2.53.1" ] ext.continuousIntegrationBuild = Boolean.getBoolean("ci")
