diff --git a/CHANGELOG.md b/CHANGELOG.md index 881aea7d6a2..e4b7d36a36d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # CHANGELOG +## 19.3.1 - 2022-03-22 +This release patches an issue with 3ds2 confirmation + +### Payments +* [FIXED] [4747](https://github.com/stripe/stripe-android/pull/4747) update 3ds2 to v6.1.5, see PR for specific issues addressed. + ## 19.3.0 - 2022-03-16 This release enables a new configuration object to be defined for StripeCardScan and updates our 3ds2 SDK. diff --git a/payments-core/build.gradle b/payments-core/build.gradle index d7517b28df6..68705e6b7b9 100644 --- a/payments-core/build.gradle +++ b/payments-core/build.gradle @@ -27,7 +27,7 @@ dependencies { // For instructions on replacing the BouncyCastle dependency used by the 3DS2 SDK, see // https://github.com/stripe/stripe-android/issues/3173#issuecomment-785176608 - implementation "com.stripe:stripe-3ds2-android:6.1.4" + implementation "com.stripe:stripe-3ds2-android:6.1.5" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinCoroutinesVersion"