From d83199b0ebbf25fe7aa94b4245911a1cdcfe570a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:41:09 +0000 Subject: [PATCH] Bump the minor-and-patch-version-updates group in /app with 3 updates Bumps the minor-and-patch-version-updates group in /app with 3 updates: [ch.acra:acra-http](https://github.com/ACRA/acra), [ch.acra:acra-dialog](https://github.com/ACRA/acra) and [org.mockito:mockito-core](https://github.com/mockito/mockito). Updates `ch.acra:acra-http` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/ACRA/acra/releases) - [Commits](https://github.com/ACRA/acra/compare/acra-5.11.2...acra-5.11.3) Updates `ch.acra:acra-dialog` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/ACRA/acra/releases) - [Commits](https://github.com/ACRA/acra/compare/acra-5.11.2...acra-5.11.3) Updates `org.mockito:mockito-core` from 5.5.0 to 5.6.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.5.0...v5.6.0) --- updated-dependencies: - dependency-name: ch.acra:acra-http dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-version-updates - dependency-name: ch.acra:acra-dialog dependency-type: direct:production update-type: version-update:semver-patch 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 04886c74..fd63bebf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -66,7 +66,7 @@ android { } dependencies { - def acraVersion = "5.11.2" + def acraVersion = "5.11.3" implementation 'com.github.mathisdt:timezonepicker:cb06a1b0f9' implementation 'androidx.documentfile:documentfile:1.0.1' @@ -91,7 +91,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'com.google.truth:truth:1.1.5' - testImplementation 'org.mockito:mockito-core:5.5.0' + testImplementation 'org.mockito:mockito-core:5.6.0' testImplementation 'com.tngtech.archunit:archunit:1.1.0' androidTestImplementation 'androidx.test:runner:1.5.2'