aboutsummaryrefslogtreecommitdiffstats
path: root/test/pom.xml
diff options
context:
space:
mode:
authorZhe Sun <31067185+ZheSun88@users.noreply.github.com>2020-09-25 18:25:18 +0300
committerGitHub <noreply@github.com>2020-09-25 18:25:18 +0300
commit528315ac0d1d6b49d07f10d4613a8d28bd47b566 (patch)
tree0f2a8e92b88df642c781d3651e5a31e65baa1ad8 /test/pom.xml
parentaea6cdece5b63a33a8d4c431d94be473c6db4e29 (diff)
downloadvaadin-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.xml2
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>