Skip to content

Commit 05525f9

Browse files
chore(deps): bump org.mockito:mockito-core
Bumps the mockito group in /packages/notifications/push/amplify_push_notifications/android with 1 update: [org.mockito:mockito-core](https://github.com/mockito/mockito). Updates `org.mockito:mockito-core` from 5.18.0 to 5.19.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.18.0...v5.19.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mockito ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent db0e1c1 commit 05525f9

File tree

1 file changed

+1
-1
lines changed
  • packages/notifications/push/amplify_push_notifications/android

1 file changed

+1
-1
lines changed

packages/notifications/push/amplify_push_notifications/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ android {
5151

5252
dependencies {
5353
testImplementation 'org.jetbrains.kotlin:kotlin-test'
54-
testImplementation 'org.mockito:mockito-core:5.18.0'
54+
testImplementation 'org.mockito:mockito-core:5.19.0'
5555

5656
}
5757

0 commit comments

Comments
 (0)