diff --git a/CHANGELOG.md b/CHANGELOG.md index ae18b887513..454cb62092b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # CHANGELOG +### xx.x.x - YYYY-MM-DD +[FIXED] [4646](https://github.com/stripe/stripe-android/pull/4646) Update 3ds2 to latest version 6.1.4, see PR for specific issues addressed. + ## 19.2.2 - 2022-03-01 [FIXED] [4606](https://github.com/stripe/stripe-android/pull/4606) Keep status bar color in PaymentLauncher diff --git a/payments-core/build.gradle b/payments-core/build.gradle index a6dc9c1865e..30e9d566d30 100644 --- a/payments-core/build.gradle +++ b/payments-core/build.gradle @@ -42,7 +42,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.3" + implementation "com.stripe:stripe-3ds2-android:6.1.4" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinCoroutinesVersion"