Skip to content

Commit c84c2c6

Browse files
authored
Merge pull request #2143 from microsoftgraph/2133-replace-mockito-inline-by-mockito-core
Replaces mockito inline with mockito-core to 5.12.0
2 parents e1d61f3 + 95d8524 commit c84c2c6

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ java {
2121
withJavadocJar()
2222
}
2323

24-
test {
25-
useJUnitPlatform()
26-
}
27-
2824
sourceSets {
2925
main {
3026
java {

gradle/dependencies.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
dependencies {
2-
// Use JUnit test framework
3-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
4-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
5-
testImplementation 'org.mockito:mockito-inline:5.2.0'
6-
2+
73
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
84
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
95

0 commit comments

Comments
 (0)