From a4af57585c8b30b2ce1a9d210003496dad5c9958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 01:02:12 +0000 Subject: [PATCH] Bump ch.acra:acra-http from 5.9.3 to 5.11.3 Bumps [ch.acra:acra-http](https://github.com/ACRA/acra) from 5.9.3 to 5.11.3. - [Release notes](https://github.com/ACRA/acra/releases) - [Commits](https://github.com/ACRA/acra/compare/acra-5.9.3...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 a258dfa..3897247 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -102,7 +102,7 @@ dependencies { implementation 'dev.arkbuilders:arkfilepicker:0.1.1' implementation "androidx.navigation:navigation-compose:2.5.2" - implementation "ch.acra:acra-http:5.9.3" + implementation "ch.acra:acra-http:5.11.3" implementation "ch.acra:acra-dialog:5.9.3" implementation 'io.github.hokofly:hoko-blur:1.5.3'