Skip to content

Commit

Permalink
testing: pin junit-platform-commons
Browse files Browse the repository at this point in the history
Else we use an old version...a fail of the junit team
  • Loading branch information
BacLuc committed Sep 5, 2024
1 parent 9d26c16 commit 9a75cd0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions topics/testing/code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
<artifactId>junit-jupiter-api</artifactId>
<version>5.10.3</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand All @@ -75,6 +81,11 @@
<version>5.10.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<version>1.11.0</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down

0 comments on commit 9a75cd0

Please sign in to comment.