Skip to content

Commit 7fd17f7

Browse files
authored
[v9.1] Bump GTMSessionFetcher dep to >1.7.2 (#9774)
1 parent 0b2f21b commit 7fd17f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

FirebaseAuth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ supports email and password accounts, as well as several 3rd party authenticatio
5454
s.dependency 'FirebaseCore', '~> 9.0'
5555
s.dependency 'GoogleUtilities/AppDelegateSwizzler', '~> 7.7'
5656
s.dependency 'GoogleUtilities/Environment', '~> 7.7'
57-
s.dependency 'GTMSessionFetcher/Core', '~> 1.7'
57+
s.dependency 'GTMSessionFetcher/Core', '>= 1.7.2', '< 1.8.0'
5858

5959
# Using environment variable because of the dependency on the unpublished
6060
# HeartbeatLoggingTestUtils.

FirebaseFunctions.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Cloud Functions for Firebase.
4343
s.dependency 'FirebaseAuthInterop', '~> 9.0'
4444
s.dependency 'FirebaseMessagingInterop', '~> 9.0'
4545
s.dependency 'FirebaseSharedSwift', '~> 9.0'
46-
s.dependency 'GTMSessionFetcher/Core', '~> 1.7'
46+
s.dependency 'GTMSessionFetcher/Core', '>= 1.7.2', '< 1.8.0'
4747

4848
s.test_spec 'objc' do |objc_tests|
4949
objc_tests.platforms = {

FirebaseStorageInternal.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Objective C Implementations for FirebaseStorage. This pod should not be directly
4444
s.osx.framework = 'CoreServices'
4545

4646
s.dependency 'FirebaseCore', '~> 9.0'
47-
s.dependency 'GTMSessionFetcher/Core', '~> 1.7'
47+
s.dependency 'GTMSessionFetcher/Core', '>= 1.7.2', '< 1.8.0'
4848
s.pod_target_xcconfig = {
4949
'GCC_C_LANGUAGE_STANDARD' => 'c99',
5050
'HEADER_SEARCH_PATHS' => '"${PODS_TARGET_SRCROOT}"'

0 commit comments

Comments
 (0)