Skip to content

Commit

Permalink
Update pom-pack.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Sep 15, 2024
1 parent 33e0728 commit bfb0bfb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom-pack.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>[5.10.3,)</version>
<version>[5.11.0,)</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -244,19 +244,19 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>[5.10.3,)</version>
<version>[5.11.0,)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>[1.10.3,)</version>
<version>[1.11.0,)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>[4.2.0,)</version>
<version>[4.2.2,)</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit bfb0bfb

Please sign in to comment.