Skip to content

Commit 17a091e

Browse files
authored
Fix incompatible selenium version in test module. (#12397)
1 parent 240dc9e commit 17a091e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2121
<spring.boot.version>1.5.9.RELEASE</spring.boot.version>
22-
<selenium.version>3.14.0</selenium.version>
22+
<selenium.version>3.12.0</selenium.version>
2323

2424
<!-- Don't care about coding style for tests. -->
2525
<sonar.skip>true</sonar.skip>

0 commit comments

Comments
 (0)