From 9871f55a9e89c86ef36d2a860b563b6fda22906e Mon Sep 17 00:00:00 2001 From: Suzanne Scala Date: Tue, 25 Mar 2025 11:52:35 -0700 Subject: [PATCH] Update Podfile to version 9.4.1 --- snippets/PlacesSnippets/Podfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snippets/PlacesSnippets/Podfile b/snippets/PlacesSnippets/Podfile index 48233c62..4a6c7e55 100644 --- a/snippets/PlacesSnippets/Podfile +++ b/snippets/PlacesSnippets/Podfile @@ -2,6 +2,6 @@ source 'https://cdn.cocoapods.org/' target 'PlacesSnippets' do platform :ios, '15.0' - pod 'GooglePlaces', '9.2.0' - pod 'GoogleMaps', '9.2.0' -end \ No newline at end of file + pod 'GooglePlaces', '9.4.1' + pod 'GoogleMaps', '9.4.1' +end