diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2020-10-13 14:02:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-13 14:02:23 +0300 |
commit | 4152a3c51642b16ab3f3140072476008d244eec5 (patch) | |
tree | 83e84022c23036a2dc9210d9193be3f8568a0cf8 /test | |
parent | 05f7734b868ea41b0a2047dec304945f515c1c2f (diff) | |
download | vaadin-framework-4152a3c51642b16ab3f3140072476008d244eec5.tar.gz vaadin-framework-4152a3c51642b16ab3f3140072476008d244eec5.zip |
Revert the selenium version update (#12112)
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 06c8ba8c55..b1ff614a19 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.141.59</selenium.version> + <selenium.version>3.14.0</selenium.version> <!-- Don't care about coding style for tests --> <sonar.skip>true</sonar.skip> |