From 67befc68deab81a2671a231f3041c5a044cac695 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 May 2017 10:55:18 +0100 Subject: [PATCH] Upgrade to Selenium 3.4.0 Closes gh-9205 --- spring-boot-dependencies/pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index fbf48ae98c..e9e86e25d9 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -143,7 +143,7 @@ 1.3.0 1.2.1 2.1.0 - 3.3.1 + 3.4.0 2.26 2.2.2 3.1.0 @@ -1990,6 +1990,12 @@ org.seleniumhq.selenium selenium-remote-driver ${selenium.version} + + + commons-logging + commons-logging + + org.seleniumhq.selenium @@ -2000,6 +2006,12 @@ org.seleniumhq.selenium selenium-support ${selenium.version} + + + commons-logging + commons-logging + + org.skyscreamer