Skip to content

Commit a045a4d

Browse files
Update grpc to 1.49.1 (#11871)
Co-authored-by: Andrew Heard <[email protected]>
1 parent 7ebb280 commit a045a4d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

FirebaseFirestore.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
9090

9191
s.dependency 'FirebaseCore', '~> 10.0'
9292

93-
abseil_version = '~> 1.20211102.0'
93+
abseil_version = '~> 1.20220623.0'
9494
s.dependency 'abseil/algorithm', abseil_version
9595
s.dependency 'abseil/base', abseil_version
9696
s.dependency 'abseil/container/flat_hash_map', abseil_version
@@ -100,7 +100,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
100100
s.dependency 'abseil/time', abseil_version
101101
s.dependency 'abseil/types', abseil_version
102102

103-
s.dependency 'gRPC-C++', '~> 1.44.0'
103+
s.dependency 'gRPC-C++', '~> 1.49.1'
104104
s.dependency 'leveldb-library', '~> 1.22'
105105
s.dependency 'nanopb', '>= 2.30908.0', '< 2.30910.0'
106106

Package.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,13 +1322,13 @@ func abseilDependency() -> Package.Dependency {
13221322
// as the headers in the binary version of abseil are unusable.
13231323
if ProcessInfo.processInfo.environment["FIREBASE_SOURCE_FIRESTORE"] != nil {
13241324
packageInfo = (
1325-
"https://github.com/abseil/abseil-cpp.git",
1326-
"20211102.0" ..< "20211103.0"
1325+
"https://github.com/firebase/abseil-cpp-SwiftPM.git",
1326+
"0.20220623.0" ..< "0.20220624.0"
13271327
)
13281328
} else {
13291329
packageInfo = (
13301330
"https://github.com/google/abseil-cpp-binary.git",
1331-
"1.2021110200.0" ..< "1.2021110300.0"
1331+
"1.2022062300.0" ..< "1.2022062400.0"
13321332
)
13331333
}
13341334

@@ -1341,9 +1341,9 @@ func grpcDependency() -> Package.Dependency {
13411341
// If building Firestore from source, abseil will need to be built as source
13421342
// as the headers in the binary version of abseil are unusable.
13431343
if ProcessInfo.processInfo.environment["FIREBASE_SOURCE_FIRESTORE"] != nil {
1344-
packageInfo = ("https://github.com/grpc/grpc-ios.git", "1.44.0" ..< "1.45.0")
1344+
packageInfo = ("https://github.com/grpc/grpc-ios.git", "1.49.1" ..< "1.50.0")
13451345
} else {
1346-
packageInfo = ("https://github.com/google/grpc-binary.git", "1.44.0" ..< "1.45.0")
1346+
packageInfo = ("https://github.com/google/grpc-binary.git", "1.49.1" ..< "1.50.0")
13471347
}
13481348

13491349
return .package(url: packageInfo.url, packageInfo.range)
@@ -1462,7 +1462,7 @@ func firestoreTarget() -> Target {
14621462
return .binaryTarget(
14631463
name: "FirebaseFirestore",
14641464
url: "https://dl.google.com/firebase/ios/bin/firestore/10.16.0/FirebaseFirestore.zip",
1465-
checksum: "58c2cee5e004240a21b174358dbf371bfebc3ce24c2d71d7518d0e6a0487dcd6"
1465+
checksum: "69d2083cc782b7100802035f0209910763a3ca7f338ed3898d73ac669c2e15f7"
14661466
)
14671467
}
14681468

0 commit comments

Comments
 (0)