Skip to content

Commit

Permalink
Update junit5 monorepo to v5.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 1295653 commit 7a54652
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions make/jvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ SOFTWARE.
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.2</version>
<version>5.11.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -110,12 +110,12 @@ SOFTWARE.
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.3</version>
<version>5.11.3</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.10.3</version>
<version>5.11.3</version>
</dependency>
<dependency>
<groupId>org.junit-pioneer</groupId>
Expand Down

0 comments on commit 7a54652

Please sign in to comment.