Skip to content

Commit b40cc24

Browse files
authored
[spm] Update grpc to 1.62.3 (#12520)
1 parent 90c33e4 commit b40cc24

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Firestore/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Unreleased
22
- [feature] Enable snapshot listener option to retrieve data from local cache only. (#12370)
3+
- [fixed] Update gRPC dependency to 1.62.* (#12098, #12021)
34

45
# 10.22.0
56
- [fixed] Fix the flaky offline behaviour when using `arrayRemove` on `Map` object. (#12378)

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ func abseilDependency() -> Package.Dependency {
13731373
if ProcessInfo.processInfo.environment["FIREBASE_SOURCE_FIRESTORE"] != nil {
13741374
packageInfo = (
13751375
"https://github.com/firebase/abseil-cpp-SwiftPM.git",
1376-
"0.20220623.0" ..< "0.20220624.0"
1376+
"0.20240116.1" ..< "0.20240117.0"
13771377
)
13781378
} else {
13791379
packageInfo = (
@@ -1391,7 +1391,7 @@ func grpcDependency() -> Package.Dependency {
13911391
// If building Firestore from source, abseil will need to be built as source
13921392
// as the headers in the binary version of abseil are unusable.
13931393
if ProcessInfo.processInfo.environment["FIREBASE_SOURCE_FIRESTORE"] != nil {
1394-
packageInfo = ("https://github.com/grpc/grpc-ios.git", "1.49.1" ..< "1.50.0")
1394+
packageInfo = ("https://github.com/grpc/grpc-ios.git", "1.62.3" ..< "1.63.0")
13951395
} else {
13961396
packageInfo = ("https://github.com/google/grpc-binary.git", "1.49.1" ..< "1.50.0")
13971397
}

0 commit comments

Comments
 (0)