Skip to content

Commit

Permalink
Upgraded Selenium version to 4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
perforce-prasant committed Aug 27, 2024
1 parent 2bf254d commit 16b5c51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<groupId>com.quantum</groupId>
<artifactId>quantum-support</artifactId>
<version>1.31.2</version>
<version>1.31.3</version>

<properties>
<jvm.version>11</jvm.version>
<selenium.version>4.8.3</selenium.version>
<selenium-http.version>4.8.3</selenium-http.version>
<selenium.version>4.13.0</selenium.version>
<selenium-http.version>4.13.0</selenium-http.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<reportium-sdk.version>2.3</reportium-sdk.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ public void onTestSkipped(ITestResult result) {
}
logTestEnd(result);
}

}

@Override
Expand Down

0 comments on commit 16b5c51

Please sign in to comment.