Return-Path: X-Original-To: apmail-tapestry-dev-archive@www.apache.org Delivered-To: apmail-tapestry-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 743D218EE7 for ; Thu, 30 Jul 2015 07:31:15 +0000 (UTC) Received: (qmail 89881 invoked by uid 500); 30 Jul 2015 07:31:13 -0000 Delivered-To: apmail-tapestry-dev-archive@tapestry.apache.org Received: (qmail 89826 invoked by uid 500); 30 Jul 2015 07:31:13 -0000 Mailing-List: contact commits-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tapestry.apache.org Delivered-To: mailing list commits@tapestry.apache.org Received: (qmail 89816 invoked by uid 99); 30 Jul 2015 07:31:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jul 2015 07:31:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 82B56E35D6; Thu, 30 Jul 2015 07:31:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jkemnade@apache.org To: commits@tapestry.apache.org Message-Id: <4c80bedfacd44dd698b9694831012209@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: tapestry-5 git commit: update Selenium Date: Thu, 30 Jul 2015 07:31:13 +0000 (UTC) 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 Authored: Thu Jul 30 09:31:03 2015 +0200 Committer: Jochen Kemnade 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")