Skip to content

Commit 22385ec

Browse files
fix(deps): bump org.mockito:mockito-inline from 4.6.0 to 5.1.1
Bumps [org.mockito:mockito-inline](https://github.com/mockito/mockito) from 4.6.0 to 5.1.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.6.0...v5.1.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9dd8307 commit 22385ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ dependencies {
187187
testImplementation "org.junit.jupiter:junit-jupiter:$junitVersion"
188188
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
189189
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinCoroutinesVersion"
190-
testImplementation 'org.mockito:mockito-inline:4.6.0'
190+
testImplementation 'org.mockito:mockito-inline:5.1.1'
191191
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
192192

193193
// Instrumentation Testing

0 commit comments

Comments
 (0)