From 59388e289c25c7104900e0b9dc23aef92647ae25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 17:42:58 +0000 Subject: [PATCH] Bump com.google.firebase:firebase-bom in /sormas-app Bumps com.google.firebase:firebase-bom from 32.2.0 to 32.5.0. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-minor ... 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 a77d795a1ad..fdb78ca4ef2 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:32.2.0') + implementation platform('com.google.firebase:firebase-bom:32.5.0') implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.9.0' implementation 'androidx.percentlayout:percentlayout:1.0.0'