Skip to content

Commit

Permalink
Fixed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCockx committed Jun 19, 2024
1 parent d84cc61 commit d41dabe
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@
<stagingTimeoutInMinutes>10</stagingTimeoutInMinutes>

<!-- test -->
<junit.version>5.10.2</junit.version>
<junit-platform-commons.version>1.9.1</junit-platform-commons.version>
<junit.version>5.9.1</junit.version>
<mockito.version>5.12.0</mockito.version>
<logback.version>1.5.6</logback.version>

Expand Down Expand Up @@ -248,11 +247,6 @@
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit.version}</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<version>${junit-platform-commons.version}</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-bom</artifactId>
Expand Down

0 comments on commit d41dabe

Please sign in to comment.