We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 802615d commit eee76d5Copy full SHA for eee76d5
examples/kotlin/pom.xml
@@ -20,6 +20,8 @@
20
<maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
21
22
<java.version>1.8</java.version>
23
+ <selenium.version>4.8.3</selenium.version>
24
+
25
<maven.compiler.target>${java.version}</maven.compiler.target>
26
<maven.compiler.source>${java.version}</maven.compiler.source>
27
@@ -43,7 +45,7 @@
43
45
<dependency>
44
46
<groupId>org.seleniumhq.selenium</groupId>
47
<artifactId>selenium-java</artifactId>
- <version>4.8.1</version>
48
+ <version>${selenium.version}</version>
49
<scope>test</scope>
50
</dependency>
51
0 commit comments