Skip to content

Commit

Permalink
Combined dependency updates (2024-12-21)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump org.junit.jupiter:junit-jupiter-engine from 5.11.3 to 5.11.4](#126)
- [Bump org.junit.jupiter:junit-jupiter-api from 5.11.3 to 5.11.4](#125)
- [Bump org.junit.jupiter:junit-jupiter-params from 5.11.3 to 5.11.4](#124)
  • Loading branch information
giis-qabot authored Dec 21, 2024
1 parent 79cd502 commit a574a42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@

<slf4j.version>2.0.16</slf4j.version>

<junit-jupiter-engine.version>5.11.3</junit-jupiter-engine.version>
<junit-jupiter-engine.version>5.11.4</junit-jupiter-engine.version>

<junit-jupiter-params.version>5.11.3</junit-jupiter-params.version>
<junit-jupiter-params.version>5.11.4</junit-jupiter-params.version>

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

Expand Down Expand Up @@ -111,7 +111,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.11.3</version>
<version>5.11.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a574a42

Please sign in to comment.