diff --git a/changelog b/changelog index d67263829..9b9b3b2ab 100644 --- a/changelog +++ b/changelog @@ -3,6 +3,10 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr vNext ---------- +Version 7.0.3 +---------- +- [PATCH] Update common @22.0.3 + Version 7.0.1 ---------- - [PATCH] Update common @22.0.1 diff --git a/common b/common index 6a2d3ecf0..d8cdaae47 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 6a2d3ecf0cfd7a4abafcc92f94bf6a9a422b14e2 +Subproject commit d8cdaae476b5c6a79a28f5b6d9ee50018ded2967 diff --git a/msal/build.gradle b/msal/build.gradle index b764a2f7c..2dc9a20c8 100644 --- a/msal/build.gradle +++ b/msal/build.gradle @@ -167,12 +167,12 @@ task sourcesJar(type: Jar) { // In dev, we want to keep the dependencies (common4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline. // In release/*, we change these to specific versions being consumed. -def commonVersion = "22.0.1" +def commonVersion = "22.0.3" if (project.hasProperty("distCommonVersion")) { commonVersion = project.distCommonVersion } // Used for testfixtures -def common4jVersion = "22.0.1" +def common4jVersion = "22.0.3" if (project.hasProperty("distCommon4jVersion")) { distCommon4jVersion = project.distCommon4jVersion } diff --git a/msal/versioning/version.properties b/msal/versioning/version.properties index 853c1030f..7c0d6b33e 100644 --- a/msal/versioning/version.properties +++ b/msal/versioning/version.properties @@ -1,3 +1,3 @@ #Wed Aug 01 15:24:11 PDT 2018 -versionName=7.0.1 +versionName=7.0.3 versionCode=0