Skip to content

Commit

Permalink
[general] Update mockito version
Browse files Browse the repository at this point in the history
  • Loading branch information
bigscoop committed May 7, 2024
1 parent c2de365 commit 46e5641
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<version.commons.lang3>3.14.0</version.commons.lang3>
<version.fasterxml>2.14.3</version.fasterxml>
<version.github.mmazi>3.0</version.github.mmazi>
<version.mockito>5.3.1</version.mockito>
<version.mockito>5.11.0</version.mockito>
<version.resilience4j>1.7.1</version.resilience4j>
<version.junit>5.10.2</version.junit>
<version.lombok>1.18.32</version.lombok>
Expand Down Expand Up @@ -325,6 +325,13 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>${version.mockito}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
Expand Down

0 comments on commit 46e5641

Please sign in to comment.