Skip to content

Commit

Permalink
upgrade grpc to 1.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-hui committed Aug 21, 2023
1 parent d89d65e commit 2610889
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions FirebaseFirestore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,

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

abseil_version = '~> 1.20220623.0'
abseil_version = '~> 1.20230125.3'
s.dependency 'abseil/algorithm', abseil_version
s.dependency 'abseil/base', abseil_version
s.dependency 'abseil/container/flat_hash_map', abseil_version
Expand All @@ -100,7 +100,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
s.dependency 'abseil/time', abseil_version
s.dependency 'abseil/types', abseil_version

s.dependency 'gRPC-C++', '~> 1.50.1'
s.dependency 'gRPC-C++', '~> 1.57.0'
s.dependency 'leveldb-library', '~> 1.22'
s.dependency 'nanopb', '>= 2.30908.0', '< 2.30910.0'

Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,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.20230125.3" ..< "0.20230126.0"
)
} else {
packageInfo = (
Expand All @@ -1332,7 +1332,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.50.1" ..< "1.51.0")
packageInfo = ("https://github.com/grpc/grpc-ios.git", "1.57.0" ..< "1.58.0")
} else {
packageInfo = ("https://github.com/google/grpc-binary.git", "1.50.1" ..< "1.51.0")
}
Expand Down

0 comments on commit 2610889

Please sign in to comment.