From bc7dd332b5bd339389e1a18f46cfabfe9199157e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 02:08:57 +0000 Subject: [PATCH] Bump ch.acra:acra-dialog from 5.9.6 to 5.11.3 Bumps [ch.acra:acra-dialog](https://github.com/ACRA/acra) from 5.9.6 to 5.11.3. - [Release notes](https://github.com/ACRA/acra/releases) - [Commits](https://github.com/ACRA/acra/compare/acra-5.9.6...acra-5.11.3) --- updated-dependencies: - dependency-name: ch.acra:acra-dialog 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 2b7b67adc..4d6197b82 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -120,5 +120,5 @@ dependencies { debugImplementation "androidx.compose.ui:ui-test-manifest:1.4.3" implementation 'ch.acra:acra-http:5.11.3' - implementation 'ch.acra:acra-dialog:5.9.6' + implementation 'ch.acra:acra-dialog:5.11.3' }