Skip to content

Commit

Permalink
Combined dependency updates (2024-09-28)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump junit-jupiter.version from 5.11.0 to 5.11.1](#160)
- [Bump org.seleniumhq.selenium:selenium-java from 4.24.0 to 4.25.0](#159)
- [Bump org.springframework.boot:spring-boot-maven-plugin from 3.3.3 to 3.3.4](#158)
- [Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.23.1 to 2.24.0](#157)
  • Loading branch information
giis-qabot authored Sep 28, 2024
1 parent 5af4762 commit 6871441
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<selenium-jupiter.version>5.1.1</selenium-jupiter.version>

<junit-jupiter.version>5.11.0</junit-jupiter.version>
<junit-jupiter.version>5.11.1</junit-jupiter.version>

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

Expand All @@ -56,7 +56,7 @@

<slf4j-api.version>2.0.16</slf4j-api.version>

<log4j-slf4j2-impl.version>2.23.1</log4j-slf4j2-impl.version>
<log4j-slf4j2-impl.version>2.24.0</log4j-slf4j2-impl.version>

<!-- Plugins Jacoco -->
<jacoco.version>0.8.12</jacoco.version>
Expand Down Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.24.0</version>
<version>4.25.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down Expand Up @@ -212,7 +212,7 @@

<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>3.3.3</version>
<version>3.3.4</version>
<!-- ONLY ON DEVELOPMENT -->
<dependencies>
<dependency>
Expand Down

0 comments on commit 6871441

Please sign in to comment.