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.
This commit is contained in:
Ilya Gorbunov
2018-11-01 02:06:24 +03:00
parent 2b699f8f07
commit cad8b81dcb
+1 -1
View File
@@ -46,7 +46,7 @@
<pegdown.version>1.1.0</pegdown.version>
<surefire-version>2.16</surefire-version>
<exec-maven-plugin.version>1.2.1</exec-maven-plugin.version>
<selenium.version>2.52.0</selenium.version>
<selenium.version>2.53.1</selenium.version>
<htmlunit.version>2.24</htmlunit.version>
<kotlin-dist>${project-root}/dist</kotlin-dist>