From 816414d10e36741dc3f0eaf0f1c4fc14be3ae230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 01:58:18 +0000 Subject: [PATCH] Bump ch.acra:acra-http from 5.9.6 to 5.11.3 Bumps [ch.acra:acra-http](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-http 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 08019573a..d7ecdaedb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -119,6 +119,6 @@ dependencies { debugImplementation "androidx.compose.ui:ui-tooling:1.4.3" debugImplementation "androidx.compose.ui:ui-test-manifest:1.4.3" - implementation 'ch.acra:acra-http:5.9.6' + implementation 'ch.acra:acra-http:5.11.3' implementation 'ch.acra:acra-dialog:5.9.6' }