Skip to content

Commit

Permalink
Switch to mockito-inline to work around Java 17 unit test mocking iss…
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbylight committed Mar 10, 2022
1 parent 2c3f389 commit 256129d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ subprojects {

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testImplementation 'org.mockito:mockito-core:4.3.1'
testImplementation 'org.mockito:mockito-inline:4.3.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
}

Expand Down

0 comments on commit 256129d

Please sign in to comment.