Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Updated junit and selenium web driver libraries to launch chrome successfully.
  • Loading branch information
nehbehl authored Nov 18, 2024
1 parent 5dce4a7 commit 03a9248
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions udacity-jwdnd-c1-l5-selenium-webdriver-master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>3.141.59</version>
<version>4.25.0</version>
</dependency>
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>3.8.1</version>
<version>5.9.2</version>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 03a9248

Please sign in to comment.