diff --git a/changelog b/changelog index cdadd2ce4..caed4025c 100644 --- a/changelog +++ b/changelog @@ -3,6 +3,10 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr vNext ---------- +Version 5.4.2 +--------- +- [PATCH] Update common @17.6.1 + Version 5.4.0 ---------- - [PATCH] Update common @17.5.0 diff --git a/common b/common index e72fbf36a..0fe7912da 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit e72fbf36a7d69993425165b85558d2fc8824074d +Subproject commit 0fe7912da7c9034b905bc2ed9e712c2405748b6f diff --git a/msal/build.gradle b/msal/build.gradle index 7eae5c6e9..712241391 100644 --- a/msal/build.gradle +++ b/msal/build.gradle @@ -188,12 +188,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 = "1.0.+" +def commonVersion = "17.6.1" if (project.hasProperty("distCommonVersion")) { commonVersion = project.distCommonVersion } // Used for testfixtures -def common4jVersion = "1.0.+" +def common4jVersion = "14.6.1" if (project.hasProperty("distCommon4jVersion")) { distCommon4jVersion = project.distCommon4jVersion } diff --git a/msal/versioning/version.properties b/msal/versioning/version.properties index af57b7aa6..377437985 100644 --- a/msal/versioning/version.properties +++ b/msal/versioning/version.properties @@ -1,3 +1,3 @@ #Wed Aug 01 15:24:11 PDT 2018 -versionName=5.4.0 +versionName=5.4.2 versionCode=0