Skip to content

Commit f1eb2d8

Browse files
authored
Migrate Base64 away from Msebera (in Android), Fixes AB#3077784 (#2210)
[AB#3077784](https://identitydivision.visualstudio.com/fac9d424-53d2-45c0-91b5-ef6ba7a6bf26/_workitems/edit/3077784)
1 parent a81691c commit f1eb2d8

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki
22

3+
vNext
4+
----------
5+
-[MINOR] Migrate Base64 away from Msebera (#2210)
6+
37
Version 5.7.0
48
----------
59
-[PATCH] Update common @18.1.0

common

Submodule common updated 31 files

gradle/versions.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ ext {
4848
daggerVersion = "2.31.2"
4949
daggerCompilerVersion = "2.31.2"
5050
msal4jVersion = "1.10.0"
51-
mseberaApacheHttpClientVersion = "4.5.8"
5251
moshiVersion = "1.14.0"
5352
moshiAdaptersVersion = "1.14.0"
5453
openpojoVersion = "0.9.1"

msal/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ dependencies {
214214
exclude module: 'asm'
215215
}
216216
implementation 'org.apache.httpcomponents.core5:httpcore5:5.3'
217-
implementation "cz.msebera.android:httpclient:$rootProject.ext.mseberaApacheHttpClientVersion"
218217
implementation "androidx.constraintlayout:constraintlayout:$rootProject.ext.constraintLayoutVersion"
219218
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$rootProject.ext.kotlinXCoroutinesVersion"
220219
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$rootProject.ext.kotlinXCoroutinesVersion"

0 commit comments

Comments
 (0)