Skip to content

Commit

Permalink
Merge pull request #46 from canonical/renovate/junit5-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update junit5 monorepo
  • Loading branch information
pushkarnk authored Dec 10, 2024
2 parents f3cb0a1 + 12c108d commit a32a412
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.11.2</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-runner</artifactId>
<version>1.11.2</version>
<version>1.11.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.11.2</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit a32a412

Please sign in to comment.