Skip to content

Commit

Permalink
Update junit5 monorepo to v5.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 13, 2024
1 parent c5b97dc commit ca217b8
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 @@ -97,7 +97,7 @@ SOFTWARE.
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.2</version>
<version>5.11.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -107,12 +107,12 @@ SOFTWARE.
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.3</version>
<version>5.11.2</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.10.3</version>
<version>5.11.2</version>
</dependency>
<dependency>
<groupId>org.junit-pioneer</groupId>
Expand Down

0 comments on commit ca217b8

Please sign in to comment.