Skip to content

Commit

Permalink
Combined dependency updates (2023-11-03) (#38)
Browse files Browse the repository at this point in the history
Includes these updates:
- [Bump io.github.bonigarcia:selenium-jupiter from 4.3.7 to 5.0.0](#35)
- [Bump io.github.bonigarcia:webdrivermanager from 5.5.3 to 5.6.0](#34)
- [Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1](#31)
- [Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.1.2 to 3.2.1](#32)
- [Bump org.seleniumhq.selenium:selenium-java from 4.14.1 to 4.15.0](#33)
  • Loading branch information
giis-qabot authored Nov 3, 2023
1 parent 5917afe commit 32cb24c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<junit.platform.version>1.0.0</junit.platform.version>

<selenium-jupiter.version>4.3.7</selenium-jupiter.version>
<selenium-jupiter.version>5.0.0</selenium-jupiter.version>

<slf4j.version>2.0.9</slf4j.version>

Expand All @@ -53,11 +53,11 @@

<junit.version>4.13.2</junit.version>

<webdrivermanager.version>5.5.3</webdrivermanager.version>
<webdrivermanager.version>5.6.0</webdrivermanager.version>

<retorch.version>1.1.0</retorch.version>

<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.2.1</maven-surefire-plugin.version>

<jacoco-maven-plugin.version>0.8.7</jacoco-maven-plugin.version>

Expand Down Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.14.1</version>
<version>4.15.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down Expand Up @@ -302,7 +302,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.1</version>
<executions>
<execution>
<phase>test</phase>
Expand Down

0 comments on commit 32cb24c

Please sign in to comment.