Skip to content

Commit

Permalink
Merge pull request #45 from nehbehl/patch-33
Browse files Browse the repository at this point in the history
Update pom.xml
  • Loading branch information
SudKul authored Nov 18, 2024
2 parents 9c98073 + 5491099 commit 9df3be9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions udacity-jwdnd-c1-l5-junit-and-selenium-master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.7.RELEASE</version>
<version>3.3.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.udacity.jwdnd.C1.L5</groupId>
Expand All @@ -15,7 +15,7 @@
<description>Demo project for Spring Boot</description>

<properties>
<java.version>11</java.version>
<java.version>21</java.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -49,13 +49,12 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>3.141.59</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>3.8.1</version>
<version>5.9.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9df3be9

Please sign in to comment.