From fa27b142f42b4305426ed7e1692a5713f4fbf9c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 16:54:51 +0200 Subject: [PATCH] Bump acra_version from 5.10.0-beta03 to 5.10.1 (#3426) Bumps `acra_version` from 5.10.0-beta03 to 5.10.1. Updates `ch.acra:acra-mail` from 5.10.0-beta03 to 5.10.1 - [Release notes](https://github.com/ACRA/acra/releases) - [Commits](https://github.com/ACRA/acra/compare/acra-5.10.0-beta03...acra-5.10.1) Updates `ch.acra:acra-notification` from 5.10.0-beta03 to 5.10.1 - [Release notes](https://github.com/ACRA/acra/releases) - [Commits](https://github.com/ACRA/acra/compare/acra-5.10.0-beta03...acra-5.10.1) --- updated-dependencies: - dependency-name: ch.acra:acra-mail dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: ch.acra:acra-notification dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- mobile/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index 9712fce603..9560ae8a3c 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -9,7 +9,7 @@ buildscript { ext.powermock_version = '2.0.9' ext.espresso_version = '3.5.1' ext.exoplayer_version = '2.18.7' - ext.acra_version = '5.10.0-beta03' + ext.acra_version = '5.10.1' repositories { mavenCentral()