Skip to content

Commit 1281496

Browse files
Merge release/5.3.1 back to dev (#2104)
Merge Msal release 5.3.1 back to dev --------- Co-authored-by: Sowmya Malayanur <69237821+somalaya@users.noreply.github.com>
1 parent 584c5c6 commit 1281496

5 files changed

Lines changed: 11 additions & 3 deletions

File tree

changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr
22

33
vNext
44
----------
5+
6+
Version 5.3.1
7+
---------
58
- [PATCH] Safe logging of Kotlin data classes through ILoggable interface (#2081)
69
- [PATCH] Update nimbus-jose-jwt 9.37.3 and junit 4.13.2 (#2084)
10+
- [PATCH] Update to common@17.4.0
711

812
Version 5.3.0
913
---------

common

Submodule common updated 22 files

msal/src/test/java/com/microsoft/identity/client/e2e/tests/network/AcquireTokenCIAMTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
import com.microsoft.identity.internal.testutils.labutils.LabUserQuery;
3333

3434
import org.junit.Assert;
35+
import org.junit.Ignore;
3536
import org.junit.Test;
3637

3738
import java.util.Arrays;
@@ -91,6 +92,7 @@ public void onCancel() {
9192
};
9293
}
9394

95+
@Ignore
9496
public static class CiamTenantGUID extends AcquireTokenCIAMTest {
9597
@Override
9698
public String getConfigFilePath() {
@@ -112,6 +114,7 @@ public void testAcquireTokenSuccessVerifyIssuer() {
112114
}
113115
}
114116

117+
@Ignore
115118
public static class CiamTenantDomain extends AcquireTokenCIAMTest {
116119
@Override
117120
public String getConfigFilePath() {
@@ -133,6 +136,7 @@ public void testAcquireTokenSuccessVerifyIssuer() {
133136
}
134137
}
135138

139+
@Ignore
136140
public static class CiamTenantNoPath extends AcquireTokenCIAMTest {
137141
@Override
138142
public String getConfigFilePath() {

msal/versioning/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#Wed Aug 01 15:24:11 PDT 2018
2-
versionName=5.3.0
2+
versionName=5.3.1
33
versionCode=0

msalautomationapp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
33

4-
def msalVersion = "5.3.0"
4+
def msalVersion = "5.3.1"
55

66
if (project.hasProperty("distMsalVersion")) {
77
msalVersion = distMsalVersion

0 commit comments

Comments
 (0)