From 7cea120aa5595190dba619c4612a5a107b3bd60e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 14:10:39 +0000 Subject: [PATCH] Bump the minor-and-patch-version-updates group in /app with 2 updates Bumps the minor-and-patch-version-updates group in /app with 2 updates: [ch.acra:acra-http](https://github.com/ACRA/acra) and [ch.acra:acra-dialog](https://github.com/ACRA/acra). Updates `ch.acra:acra-http` from 5.11.1 to 5.11.2 - [Release notes](https://github.com/ACRA/acra/releases) - [Commits](https://github.com/ACRA/acra/compare/acra-5.11.1...acra-5.11.2) Updates `ch.acra:acra-dialog` from 5.11.1 to 5.11.2 - [Release notes](https://github.com/ACRA/acra/releases) - [Commits](https://github.com/ACRA/acra/compare/acra-5.11.1...acra-5.11.2) --- 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 ... 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 e9a4c4f3..27dfbe0b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -67,7 +67,7 @@ android { } dependencies { - def acraVersion = "5.11.1" + def acraVersion = "5.11.2" implementation 'com.github.mathisdt:timezonepicker:cb06a1b0f9' implementation 'androidx.documentfile:documentfile:1.0.1'