Skip to content

Commit

Permalink
Changed the mockito version to 3.4.2 (Git issue : 14246)
Browse files Browse the repository at this point in the history
In Mocktio 3.4.0, static mocks causes NotAMockException. They are fixed in 3.4.2.
[1] : mockito/mockito#1968
[2]: mockito/mockito#1967
  • Loading branch information
ksankeerth committed Jan 29, 2022
1 parent efe2e6b commit b204d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -88,7 +88,7 @@

<junit.version>4.12</junit.version>
<hamcrest.version>1.3</hamcrest.version>
<mockito.version>3.4.0</mockito.version>
<mockito.version>3.4.2</mockito.version>
<logback.version>1.2.0</logback.version>

<hikari-cp.version>3.4.2</hikari-cp.version>
Expand Down

0 comments on commit b204d74

Please sign in to comment.