From 13c9f24d0e5c25f3a8b1d4cf3ff81956389e5062 Mon Sep 17 00:00:00 2001 From: Michael Shafrir Date: Fri, 23 Apr 2021 10:07:18 -0400 Subject: [PATCH 1/3] Upgrade 3DS2 SDK to 5.3.0 --- stripe/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stripe/build.gradle b/stripe/build.gradle index 0b49e70ef5a..0a34d5aca55 100644 --- a/stripe/build.gradle +++ b/stripe/build.gradle @@ -37,7 +37,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:5.2.1" + implementation "com.stripe:stripe-3ds2-android:5.3.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion" From 1445538fa9829f62f370adbab31301609e75c5a1 Mon Sep 17 00:00:00 2001 From: Michael Shafrir Date: Fri, 23 Apr 2021 10:08:40 -0400 Subject: [PATCH 2/3] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91d87e86867..8f9fe0d7230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * Upgrade `nimbus-jose-jwt` to `9.8.1` * [#3606](https://github.com/stripe/stripe-android/pull/3606) Upgrade Gradle to `7.0` * [#3626](https://github.com/stripe/stripe-android/pull/3626) Upgrade Fragment to `1.3.3` +* [#3632](https://github.com/stripe/stripe-android/pull/3632) Upgrade 3DS2 SDK to `5.3.0` ## 16.5.0 - 2021-04-08 * [#3557](https://github.com/stripe/stripe-android/pull/3557) Add suspending function variants of API methods From 7a23455250d84113c42812a382de82d6e107a162 Mon Sep 17 00:00:00 2001 From: Michael Shafrir Date: Fri, 23 Apr 2021 10:09:33 -0400 Subject: [PATCH 3/3] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f9fe0d7230..4003aeb9c4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ * [#3606](https://github.com/stripe/stripe-android/pull/3606) Upgrade Gradle to `7.0` * [#3626](https://github.com/stripe/stripe-android/pull/3626) Upgrade Fragment to `1.3.3` * [#3632](https://github.com/stripe/stripe-android/pull/3632) Upgrade 3DS2 SDK to `5.3.0` + * Gracefully handle unknown directory servers ## 16.5.0 - 2021-04-08 * [#3557](https://github.com/stripe/stripe-android/pull/3557) Add suspending function variants of API methods