Skip to content

Commit

Permalink
Try fixing Mockito
Browse files Browse the repository at this point in the history
  • Loading branch information
eirslett committed Jun 11, 2023
1 parent 1207a8d commit 4595c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend-plugin-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
<!-- to mock Platform calls -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.1.0</version>
<artifactId>mockito-inline</artifactId>
<version>4.5.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 4595c4d

Please sign in to comment.