Skip to content

Commit eee76d5

Browse files
authored
Updated the Selenium version to 4.8.3 (SeleniumHQ#1346)[deploy site]
Updated the Selenium version to 4.8.3 and used parametrized properties
1 parent 802615d commit eee76d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/kotlin/pom.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
2121

2222
<java.version>1.8</java.version>
23+
<selenium.version>4.8.3</selenium.version>
24+
2325
<maven.compiler.target>${java.version}</maven.compiler.target>
2426
<maven.compiler.source>${java.version}</maven.compiler.source>
2527

@@ -43,7 +45,7 @@
4345
<dependency>
4446
<groupId>org.seleniumhq.selenium</groupId>
4547
<artifactId>selenium-java</artifactId>
46-
<version>4.8.1</version>
48+
<version>${selenium.version}</version>
4749
<scope>test</scope>
4850
</dependency>
4951
<dependency>

0 commit comments

Comments
 (0)