From 8f8917363d9048dac6482b14fd9ee84a05613f6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 13:59:53 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.3.1 to 5.5.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.3.1 to 5.5.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.3.1...v5.5.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 46c9094..20fe2fc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,7 +53,7 @@ dependencies { implementation 'com.google.firebase:firebase-messaging:23.2.1' // Tests testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.3.1' + testImplementation 'org.mockito:mockito-core:5.5.0' testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0' testImplementation 'org.json:json:20230618' // Other