Skip to content

Commit

Permalink
Bump braintree_ios to 5.19.0 (#392)
Browse files Browse the repository at this point in the history
* bump braintree_ios to 5.19.0
  • Loading branch information
jaxdesmarais authored Jan 10, 2023
1 parent d763313 commit 8059a56
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
14 changes: 7 additions & 7 deletions BraintreeDropIn.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Pod::Spec.new do |s|
s.source_files = "Sources/BraintreeDropIn/**/*.{h,m}"
s.public_header_files = "Sources/BraintreeDropIn/Public/BraintreeDropIn/*.h"
s.frameworks = "UIKit"
s.dependency "Braintree/ApplePay", "~> 5.12"
s.dependency "Braintree/Card", "~> 5.12"
s.dependency "Braintree/Core", "~> 5.12"
s.dependency "Braintree/UnionPay", "~> 5.12"
s.dependency "Braintree/PayPal", "~> 5.12"
s.dependency "Braintree/ThreeDSecure", "~> 5.12"
s.dependency "Braintree/Venmo", "~> 5.12"
s.dependency "Braintree/ApplePay", "~> 5.19"
s.dependency "Braintree/Card", "~> 5.19"
s.dependency "Braintree/Core", "~> 5.19"
s.dependency "Braintree/UnionPay", "~> 5.19"
s.dependency "Braintree/PayPal", "~> 5.19"
s.dependency "Braintree/ThreeDSecure", "~> 5.19"
s.dependency "Braintree/Venmo", "~> 5.19"
s.resource_bundles = {
"BraintreeDropIn-Localization" => ["Sources/BraintreeDropIn/Resources/*.lproj"] }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/braintree/braintree_ios",
"state": {
"branch": null,
"revision": "5013d5bc515ddbe8b50465f10fd7545430d7c86f",
"version": "5.12.0"
"revision": "d190215f9b219ab5da899b1405ef3b2c8461b983",
"version": "5.19.0"
}
},
{
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Add `BTDropInErrorTypeNoRecentPaymentMethods` error code.
* Silence UnionPay related deprecation warnings introduced in `braintree_ios` 5.18.0 and higher.
* *Note: The UnionPay SMS flow will be removed in BraintreeDropIn v10. UnionPay cards can now be processed as regular cards due to their partnership with Discover.*
* Require `braintree_ios` 5.19.0 or higher

## 9.7.0 (2022-09-08)
* Remove use of deprecated `setNetworkActivityIndicatorVisible` on iOS 13+ (the network activity indicator was removed from the status bar in iOS 13) (fixes #379)
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/braintree/braintree_ios",
"state": {
"branch": null,
"revision": "5013d5bc515ddbe8b50465f10fd7545430d7c86f",
"version": "5.12.0"
"revision": "d190215f9b219ab5da899b1405ef3b2c8461b983",
"version": "5.19.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
)
],
dependencies: [
.package(name: "Braintree", url: "https://github.com/braintree/braintree_ios", from: "5.12.0")
.package(name: "Braintree", url: "https://github.com/braintree/braintree_ios", from: "5.19.0")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 8059a56

Please sign in to comment.