From 5f5cc5f9fdb5f2b0389f770bdf2b9e17401aa0d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:12:20 +0000 Subject: [PATCH] Update dependency FirebaseDatabase to ~> 11.6.0 --- app/ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ios/Podfile b/app/ios/Podfile index 111206a76..f5c7ae981 100644 --- a/app/ios/Podfile +++ b/app/ios/Podfile @@ -6,7 +6,7 @@ target 'grodno-roads-ios' do pod 'GoogleMaps', '~> 9.1.0' pod 'FirebaseCore', '~> 11.1.0' - pod 'FirebaseDatabase', '~> 11.1.0' + pod 'FirebaseDatabase', '~> 11.6.0' pod 'FirebaseAnalytics', '~> 11.1.0' pod 'FirebaseCrashlytics', '~> 11.1.0' pod 'FirebaseFirestore', '~> 11.1.0'