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:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user