Skip to content

Commit

Permalink
inline selenium version
Browse files Browse the repository at this point in the history
  • Loading branch information
mucsi96 committed Oct 16, 2023
1 parent 0c39113 commit d6b22da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<description>Demo project for Spring Boot</description>
<properties>
<java.version>17</java.version>
<selenium.version>4.10.0</selenium.version>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -59,7 +60,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.9.1</version>
<version>${selenium.version}</version>
<scope>compile</scope>
</dependency>
<!-- Needed for springdoc -->
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.9.1</version>
<version>${selenium.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit d6b22da

Please sign in to comment.