Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
chore(deps): update junit5 packages to v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2023
1 parent 59412e8 commit c51b393
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 @@ -232,13 +232,13 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-engine</artifactId>
<version>1.10.0</version>
<version>1.10.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-runner</artifactId>
<version>1.10.0</version>
<version>1.10.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit c51b393

Please sign in to comment.