Skip to content

Commit ba0dafd

Browse files
dependabot[bot]cadivus
authored andcommitted
chore(deps): bump org.mockito.kotlin:mockito-kotlin
Bumps [org.mockito.kotlin:mockito-kotlin](https://github.com/mockito/mockito-kotlin) from 6.0.0 to 6.2.1. - [Release notes](https://github.com/mockito/mockito-kotlin/releases) - [Commits](mockito/mockito-kotlin@v6.0.0...v6.2.1) --- updated-dependencies: - dependency-name: org.mockito.kotlin:mockito-kotlin dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5efb931 commit ba0dafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/amplify_auth_cognito/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060
implementation 'androidx.browser:browser:1.9.0'
6161

6262
testImplementation 'junit:junit:4.13.2'
63-
testImplementation 'org.mockito.kotlin:mockito-kotlin:6.0.0'
63+
testImplementation 'org.mockito.kotlin:mockito-kotlin:6.2.1'
6464
testImplementation 'androidx.test:core:1.7.0'
6565
testImplementation 'org.robolectric:robolectric:4.15.1'
6666
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2'

0 commit comments

Comments
 (0)