Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Aug 4, 2024
1 parent 10511ef commit f2de6c4
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 @@ -107,17 +107,17 @@ SOFTWARE.
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
<version>5.10.3</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
<version>5.10.3</version>
</dependency>
<dependency>
<groupId>org.junit-pioneer</groupId>
<artifactId>junit-pioneer</artifactId>
<scope>test</scope>
<version>2.2.0</version>
</dependency>
</dependencies>
</project>

0 comments on commit f2de6c4

Please sign in to comment.