update SLF4J, Geb, and 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/21170629 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/21170629 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/21170629 Branch: refs/heads/master Commit: 21170629b538bc410ed3e1acf3b9aef70557edc6 Parents: 664cfb8 Author: Jochen Kemnade <[email protected]> Authored: Tue Apr 19 10:42:45 2016 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Tue Apr 19 10:42:45 2016 +0200 ---------------------------------------------------------------------- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/21170629/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 13bf646..8652c15 100755 --- a/build.gradle +++ b/build.gradle @@ -16,9 +16,9 @@ project.ext.versions = [ servletapi: "2.5", spock: "1.0-groovy-2.3", hibernate: "4.3.6.Final", - slf4j: "1.7.19", - geb: "0.10.0", - selenium: "2.46.0" + slf4j: "1.7.21", + geb: "0.13.1", + selenium: "2.53.0" ] ext.continuousIntegrationBuild = Boolean.getBoolean("ci")
