Skip to content

Commit

Permalink
Merge pull request #171 from daniel-frak/renovate/junit5-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update junit5 monorepo
  • Loading branch information
daniel-frak committed Jul 15, 2024
2 parents 2bceb5a + f9f13a5 commit b18c840
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 @@ -74,15 +74,15 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.2</version>
<version>5.10.3</version>
<scope>test</scope>
</dependency>

<!-- https://mvnrepository.com/artifact/org.junit.platform/junit-platform-engine -->
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-engine</artifactId>
<version>1.10.2</version>
<version>1.10.3</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit b18c840

Please sign in to comment.