From cad8b81dcbba3c0e33615784baea8ebdac0e7d1e Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Thu, 1 Nov 2018 02:06:24 +0300 Subject: [PATCH] Update selenium version to 2.53.1 This change is required to fix failing tests of browser-example and browser-example-with-library. Tests began to fail recently because `htmlunit-driver` had a dependency on `selenium-support` constrained to [2.53.0,4.0.0) range. Apparently the recently released 3.141.0 version of that artifact became incompatible with the rest of selenium 2.52. This fix advances the version of selenium to 2.53.1. This version has a dependency on `selenium-support:2.53.1`. Since it goes earlier in dependency tree and satisfies the range constraint, it is used for `htmlunit-driver` too. --- libraries/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/pom.xml b/libraries/pom.xml index 5441e389523..9f19a65f825 100644 --- a/libraries/pom.xml +++ b/libraries/pom.xml @@ -46,7 +46,7 @@ 1.1.0 2.16 1.2.1 - 2.52.0 + 2.53.1 2.24 ${project-root}/dist