Skip to content

Commit

Permalink
Merge pull request #2143 from microsoftgraph/2133-replace-mockito-inl…
Browse files Browse the repository at this point in the history
…ine-by-mockito-core

Replaces mockito inline with mockito-core to 5.12.0
  • Loading branch information
timayabi2020 authored Sep 3, 2024
2 parents e1d61f3 + 95d8524 commit c84c2c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ java {
withJavadocJar()
}

test {
useJUnitPlatform()
}

sourceSets {
main {
java {
Expand Down
6 changes: 1 addition & 5 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
dependencies {
// Use JUnit test framework
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
testImplementation 'org.mockito:mockito-inline:5.2.0'


implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'

Expand Down

0 comments on commit c84c2c6

Please sign in to comment.