From 2ef8d2094ee540f84e225aefeac76645cf458334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 03:27:03 +0000 Subject: [PATCH] :arrow_up: Bump ch.acra:acra-http from 5.11.2 to 5.11.3 in /app Bumps [ch.acra:acra-http](https://github.com/ACRA/acra) 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) --- updated-dependencies: - dependency-name: ch.acra:acra-http dependency-type: direct:production update-type: version-update:semver-patch ... 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 c3290f1..a5d0769 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,7 +46,7 @@ android { } } dependencies { - implementation("ch.acra:acra-http:5.11.2") + implementation("ch.acra:acra-http:5.11.3") implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.8.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4'