From c5103b4cdcf34261eeced834cb2e3b185b85f32d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 09:49:04 +0000 Subject: [PATCH] Bump com.google.firebase:firebase-bom in /sormas-app Bumps com.google.firebase:firebase-bom from 31.5.0 to 32.3.1. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sormas-app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sormas-app/app/build.gradle b/sormas-app/app/build.gradle index 2a91e0fefe8..c2912982833 100644 --- a/sormas-app/app/build.gradle +++ b/sormas-app/app/build.gradle @@ -95,7 +95,7 @@ repositories { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation platform('com.google.firebase:firebase-bom:31.5.0') + implementation platform('com.google.firebase:firebase-bom:32.3.1') implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.8.0' implementation 'androidx.percentlayout:percentlayout:1.0.0'