Skip to content

Commit

Permalink
Combined dependency updates (2024-07-29) (#134)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump org.springframework.boot:spring-boot-maven-plugin from 3.3.1 to 3.3.2](#128)
- [Bump org.seleniumhq.selenium:selenium-java from 4.22.0 to 4.23.0](#130)
- [Bump io.github.bonigarcia:webdrivermanager from 5.8.0 to 5.9.2](#131)
- [Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1](#126)
- [Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.3.0 to 3.3.1](#127)
  • Loading branch information
giis-qabot authored Jul 29, 2024
1 parent d2fe4f8 commit 93a9279
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@

<junit-jupiter-params.version>5.10.3</junit-jupiter-params.version>

<webdrivermanager.version>5.9.1</webdrivermanager.version>
<webdrivermanager.version>5.9.2</webdrivermanager.version>

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

<maven-surefire-plugin.version>3.3.0</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.3.1</maven-surefire-plugin.version>

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

Expand Down Expand Up @@ -106,12 +106,12 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.22.0</version>
<version>4.23.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.10.3</version>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -215,7 +215,7 @@

<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
<!-- ONLY ON DEVELOPMENT -->
<dependencies>
<dependency>
Expand Down Expand Up @@ -285,7 +285,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<executions>
<execution>
<phase>test</phase>
Expand Down

0 comments on commit 93a9279

Please sign in to comment.