Skip to content

Commit

Permalink
Merge pull request #1335 from gabilang/java17_migr2
Browse files Browse the repository at this point in the history
Replace mockito-inline with mockito-core
  • Loading branch information
warunalakshitha committed Jun 28, 2023
2 parents 2e7c69b + eec30dd commit 96078cb
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 96078cb

Please sign in to comment.