Skip to content

Commit

Permalink
[spm] Update grpc to 1.62.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Mar 11, 2024
1 parent 90c33e4 commit d1e4908
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Unreleased
- [feature] Enable snapshot listener option to retrieve data from local cache only. (#12370)
- [fixed] Update gRPC dependency to 1.62.* (#12098, #12021)

# 10.22.0
- [fixed] Fix the flaky offline behaviour when using `arrayRemove` on `Map` object. (#12378)
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,7 @@ func abseilDependency() -> Package.Dependency {
if ProcessInfo.processInfo.environment["FIREBASE_SOURCE_FIRESTORE"] != nil {
packageInfo = (
"https://github.com/firebase/abseil-cpp-SwiftPM.git",
"0.20220623.0" ..< "0.20220624.0"
"0.20240116.1" ..< "0.20240117.0"
)
} else {
packageInfo = (
Expand All @@ -1391,7 +1391,7 @@ func grpcDependency() -> Package.Dependency {
// If building Firestore from source, abseil will need to be built as source
// as the headers in the binary version of abseil are unusable.
if ProcessInfo.processInfo.environment["FIREBASE_SOURCE_FIRESTORE"] != nil {
packageInfo = ("https://github.com/grpc/grpc-ios.git", "1.49.1" ..< "1.50.0")
packageInfo = ("https://github.com/grpc/grpc-ios.git", "1.62.3" ..< "1.63.0")
} else {
packageInfo = ("https://github.com/google/grpc-binary.git", "1.49.1" ..< "1.50.0")
}
Expand Down

0 comments on commit d1e4908

Please sign in to comment.