diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2020-09-25 18:25:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-25 18:25:18 +0300 |
commit | 528315ac0d1d6b49d07f10d4613a8d28bd47b566 (patch) | |
tree | 0f2a8e92b88df642c781d3651e5a31e65baa1ad8 /test/pom.xml | |
parent | aea6cdece5b63a33a8d4c431d94be473c6db4e29 (diff) | |
download | vaadin-framework-528315ac0d1d6b49d07f10d4613a8d28bd47b566.tar.gz vaadin-framework-528315ac0d1d6b49d07f10d4613a8d28bd47b566.zip |
Update the Selenium version to 3.141.59 (#12107)
Diffstat (limited to 'test/pom.xml')
-rw-r--r-- | test/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pom.xml b/test/pom.xml index 4b906413d3..2dadcd7263 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -19,7 +19,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <spring.boot.version>1.5.9.RELEASE</spring.boot.version> - <selenium.version>3.14.0</selenium.version> + <selenium.version>3.141.59</selenium.version> <!-- Don't care about coding style for tests --> <sonar.skip>true</sonar.skip> |