Skip to content

Commit 8bb628e

Browse files
committed
Upgrade to latest (1.69).
1 parent 19614dc commit 8bb628e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

FirebaseFirestoreInternal.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
105105
s.dependency 'abseil/time', abseil_version
106106
s.dependency 'abseil/types', abseil_version
107107

108-
s.dependency 'gRPC-Core', '~> 1.66.0'
109-
s.dependency 'gRPC-C++', '~> 1.66.0'
108+
s.dependency 'gRPC-Core', '~> 1.69.0'
109+
s.dependency 'gRPC-C++', '~> 1.69.0'
110110
s.dependency 'leveldb-library', '~> 1.22'
111111
s.dependency 'nanopb', '~> 3.30910.0'
112112

Firestore/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22
- [fixed] Fixed use-after-free bug when internally formatting strings. (#14306)
3-
- [changed] Update gRPC dependency to 1.66.
3+
- [changed] Update gRPC dependency to 1.69.
44

55
# 11.6.0
66
- [fixed] Add conditional `Sendable` conformance so `ServerTimestamp<T>` is

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,7 @@ func grpcDependency() -> Package.Dependency {
13651365
// If building Firestore from source, abseil will need to be built as source
13661366
// as the headers in the binary version of abseil are unusable.
13671367
if ProcessInfo.processInfo.environment["FIREBASE_SOURCE_FIRESTORE"] != nil {
1368-
packageInfo = ("https://github.com/grpc/grpc-ios.git", "1.66.0" ..< "1.67.0")
1368+
packageInfo = ("https://github.com/grpc/grpc-ios.git", "1.69.0" ..< "1.70.0")
13691369
} else {
13701370
packageInfo = ("https://github.com/google/grpc-binary.git", "1.65.1" ..< "1.66.0")
13711371
}

0 commit comments

Comments
 (0)