Skip to content

Commit

Permalink
Merge pull request #389 from matomo-org/dependabot/gradle/org.mockito…
Browse files Browse the repository at this point in the history
…-mockito-core-4.11.0

Bump mockito-core from 4.10.0 to 4.11.0
  • Loading branch information
hannesa2 authored Dec 29, 2022
2 parents ef930e4 + 163bba8 commit 45a8b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
testImplementation 'com.squareup.okhttp3:mockwebserver:4.10.0'

// Mocktio
testImplementation 'org.mockito:mockito-core:4.10.0'
testImplementation 'org.mockito:mockito-core:4.11.0'
testImplementation 'org.json:json:20220924'
testImplementation 'org.robolectric:robolectric:4.9.1'
}
Expand Down

0 comments on commit 45a8b83

Please sign in to comment.