Skip to content

Commit

Permalink
Upgraded org.junit.jupiter:junit-jupiter-api from 5.11.3 to 5.11.4
Browse files Browse the repository at this point in the history
Upgraded org.junit.jupiter:junit-jupiter-params from 5.11.3 to 5.11.4
  • Loading branch information
lyubomyr-shaydariv committed Dec 16, 2024
1 parent bde70f0 commit c52c64c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@
<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>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.11.3</version>
<version>5.11.4</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit c52c64c

Please sign in to comment.