Skip to content

Commit

Permalink
Update selenium to 4.22.0 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
mialeska authored Jul 11, 2024
1 parent 8b7c520 commit ef3e19c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.20.0</version>
<version>4.22.0</version>
</dependency>
<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>9.2.2</version>
<version>9.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit ef3e19c

Please sign in to comment.