Skip to content

Commit

Permalink
Bumped BT SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
stechiu committed May 7, 2024
1 parent 15b674d commit 386ac5a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 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.25"
s.dependency "Braintree/Card", "~> 5.25"
s.dependency "Braintree/Core", "~> 5.25"
s.dependency "Braintree/UnionPay", "~> 5.25"
s.dependency "Braintree/PayPal", "~> 5.25"
s.dependency "Braintree/ThreeDSecure", "~> 5.25"
s.dependency "Braintree/Venmo", "~> 5.25"
s.dependency "Braintree/ApplePay", "~> 5.26"
s.dependency "Braintree/Card", "~> 5.26"
s.dependency "Braintree/Core", "~> 5.26"
s.dependency "Braintree/UnionPay", "~> 5.26"
s.dependency "Braintree/PayPal", "~> 5.26"
s.dependency "Braintree/ThreeDSecure", "~> 5.26"
s.dependency "Braintree/Venmo", "~> 5.26"
s.resource_bundles = {
"BraintreeDropIn-Localization" => ["Sources/BraintreeDropIn/Resources/*.lproj"],
"BraintreeDropIn_PrivacyInfo" => ["Sources/BraintreeDropIn/PrivacyInfo.xcprivacy"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/braintree/braintree_ios",
"state" : {
"revision" : "619e78a9ab9423be4871baf406546c22573086cf",
"version" : "5.25.0"
"revision" : "da2484a697dc9940861d588157771906b40c89a3",
"version" : "5.26.0"
}
},
{
"identity" : "inappsettingskit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/futuretap/InAppSettingsKit.git",
"state" : {
"revision" : "71e03ebad8462618f96c575c86d2e9220f880676",
"version" : "3.3.2"
"revision" : "5b6a33cd5d227d71f79bf8e43be2049d981c6aad",
"version" : "3.7.1"
}
}
],
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Braintree iOS Drop-in SDK - Release Notes

## 9.12.3 (2024-05-07)
* Updated expiring pinned vendor SSL certificates
* Require `braintree_ios` 5.26.0

## 9.12.2 (2024-04-29)
* Add the reason for PaymentInfo Collection in `PrivacyInfo.xcprivacy`

Expand Down
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"location" : "https://github.com/braintree/braintree_ios",
"state" : {
"revision" : "619e78a9ab9423be4871baf406546c22573086cf",
"version" : "5.25.0"
"version" : "5.26.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.25.0")
.package(name: "Braintree", url: "https://github.com/braintree/braintree_ios", from: "5.26.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 386ac5a

Please sign in to comment.