Skip to content

Commit

Permalink
Replace mockito-inline with mockito-core
Browse files Browse the repository at this point in the history
  • Loading branch information
gabilang committed Jun 28, 2023
1 parent efe5c10 commit eec30dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation group: 'io.ballerina.stdlib', name: 'protobuf-native', version: "${stdlibProtobufVersion}"

testImplementation group: 'org.testng', name: 'testng', version: "${testngVersion}"
testImplementation group: 'org.mockito', name:'mockito-inline', version: "${mockitoVersion}"
testImplementation group: 'org.mockito', name:'mockito-core', version: "${mockitoVersion}"
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: "${mockitoVersion}"
}

Expand Down

0 comments on commit eec30dd

Please sign in to comment.