From 63cc359393f2f518b276070b1e2ef528cbdb5276 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:46:38 +0000 Subject: [PATCH] Update dependency FirebaseDatabase to ~> 11.3.0 --- app/ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ios/Podfile b/app/ios/Podfile index 1ffcebe0c..485792521 100644 --- a/app/ios/Podfile +++ b/app/ios/Podfile @@ -7,7 +7,7 @@ target 'grodno-roads-ios' do pod 'GoogleMaps', '~> 9.0.0' pod 'BottomSheet', :git => 'https://github.com/joomcode/BottomSheet' pod 'FirebaseCore', '~> 11.1.0' - pod 'FirebaseDatabase', '~> 11.1.0' + pod 'FirebaseDatabase', '~> 11.3.0' pod 'FirebaseAnalytics', '~> 11.1.0' pod 'FirebaseCrashlytics', '~> 11.1.0' pod 'FirebaseFirestore', '~> 11.1.0'