diff options
author | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2018-10-09 14:05:31 +0300 |
---|---|---|
committer | Mehdi Javan <32511762+mehdi-vaadin@users.noreply.github.com> | 2018-10-09 14:05:31 +0300 |
commit | 68fef02ce461427b9796bd16f7205eaf91fa4537 (patch) | |
tree | 09e64e116d95d71f380db6585ff50c06c708bfb6 /test | |
parent | a174deeac87899960f136f4675f9146785da2413 (diff) | |
download | vaadin-framework-68fef02ce461427b9796bd16f7205eaf91fa4537.tar.gz vaadin-framework-68fef02ce461427b9796bd16f7205eaf91fa4537.zip |
Update selenium version (#11232)
* Testsing: Update selenium version
Diffstat (limited to 'test')
-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 577161cb5e..4f6ae0acbe 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.4.0</selenium.version> + <selenium.version>3.14.0</selenium.version> <!-- Don't care about coding style for tests --> <sonar.skip>true</sonar.skip> |