From 52dd91686a2a07c786d51e1936cad9bbb00510c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:05:02 +0000 Subject: [PATCH] Bump the minor-and-patch-version-updates group in /app with 2 updates Bumps the minor-and-patch-version-updates group in /app with 2 updates: [com.google.truth:truth](https://github.com/google/truth) and [org.mockito:mockito-core](https://github.com/mockito/mockito). Updates `com.google.truth:truth` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/compare/v1.2.0...v1.3.0) Updates `org.mockito:mockito-core` from 5.8.0 to 5.10.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.8.0...v5.10.0) --- updated-dependencies: - dependency-name: com.google.truth:truth dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-version-updates - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-version-updates ... Signed-off-by: dependabot[bot] --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9c2ece7..6aa26b2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -94,8 +94,8 @@ dependencies { runtimeOnly 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2' testImplementation 'junit:junit:4.13.2' - testImplementation 'com.google.truth:truth:1.2.0' - testImplementation 'org.mockito:mockito-core:5.8.0' + testImplementation 'com.google.truth:truth:1.3.0' + testImplementation 'org.mockito:mockito-core:5.10.0' testImplementation 'com.tngtech.archunit:archunit:1.2.1' androidTestImplementation 'androidx.test:runner:1.5.2'