From 2cfa9bc638966fded4d8faa21a4ea6d8959a74da Mon Sep 17 00:00:00 2001 From: Azure DevOps Pipeline Date: Thu, 11 Jun 2026 16:19:34 +0000 Subject: [PATCH 1/4] Update to RC1 --- changelog | 4 ++++ common | 2 +- msal/build.gradle | 4 ++-- msal/versioning/version.properties | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/changelog b/changelog index 4392ef3d5..0ed3e0e1d 100644 --- a/changelog +++ b/changelog @@ -2,6 +2,10 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr vNext ---------- + +Version 8.4.0-RC1 +---------- +- [PATCH] Update common @24.4.0-RC1 - [MINOR] Provide public api to set custom headers for CIAM requests (#2511) Version 8.3.3 diff --git a/common b/common index cb83e33dd..b90cc61f7 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit cb83e33dd869ad4febc62f873a2cfd7ccdd01615 +Subproject commit b90cc61f729526dca47970235faf79e87c2e05a7 diff --git a/msal/build.gradle b/msal/build.gradle index 8efffa507..f30bb68a5 100644 --- a/msal/build.gradle +++ b/msal/build.gradle @@ -245,12 +245,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 = "24.4.0-RC1" if (project.hasProperty("distCommonVersion")) { commonVersion = project.distCommonVersion } // Used for testfixtures -def common4jVersion = "1.0.+" +def common4jVersion = "24.4.0-RC1" if (project.hasProperty("distCommon4jVersion")) { distCommon4jVersion = project.distCommon4jVersion } diff --git a/msal/versioning/version.properties b/msal/versioning/version.properties index a4670f40c..ea3b096c2 100644 --- a/msal/versioning/version.properties +++ b/msal/versioning/version.properties @@ -1,3 +1,3 @@ #Wed Aug 01 15:24:11 PDT 2018 -versionName=8.3.3 +versionName=8.4.0-RC1 versionCode=0 From ec9b4f0fc66011d158f428b9c884e7644bcd6dd9 Mon Sep 17 00:00:00 2001 From: Azure DevOps Pipeline Date: Fri, 12 Jun 2026 03:45:03 +0000 Subject: [PATCH 2/4] Update to RC2 --- changelog | 4 ++-- common | 2 +- msal/build.gradle | 4 ++-- msal/versioning/version.properties | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/changelog b/changelog index 0ed3e0e1d..9fb8e9008 100644 --- a/changelog +++ b/changelog @@ -3,9 +3,9 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr vNext ---------- -Version 8.4.0-RC1 +Version 8.4.0-RC2 ---------- -- [PATCH] Update common @24.4.0-RC1 +- [PATCH] Update common @24.4.0-RC2 - [MINOR] Provide public api to set custom headers for CIAM requests (#2511) Version 8.3.3 diff --git a/common b/common index b90cc61f7..84e0f8134 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit b90cc61f729526dca47970235faf79e87c2e05a7 +Subproject commit 84e0f813410cc8117956d67bc58ba44895072692 diff --git a/msal/build.gradle b/msal/build.gradle index f30bb68a5..a7365c6c2 100644 --- a/msal/build.gradle +++ b/msal/build.gradle @@ -245,12 +245,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 = "24.4.0-RC1" +def commonVersion = "24.4.0-RC2" if (project.hasProperty("distCommonVersion")) { commonVersion = project.distCommonVersion } // Used for testfixtures -def common4jVersion = "24.4.0-RC1" +def common4jVersion = "24.4.0-RC2" if (project.hasProperty("distCommon4jVersion")) { distCommon4jVersion = project.distCommon4jVersion } diff --git a/msal/versioning/version.properties b/msal/versioning/version.properties index ea3b096c2..92abcf1a6 100644 --- a/msal/versioning/version.properties +++ b/msal/versioning/version.properties @@ -1,3 +1,3 @@ #Wed Aug 01 15:24:11 PDT 2018 -versionName=8.4.0-RC1 +versionName=8.4.0-RC2 versionCode=0 From 907f0986bae8d90819ce5c014913e5e7f4d0c876 Mon Sep 17 00:00:00 2001 From: Azure DevOps Pipeline Date: Tue, 16 Jun 2026 16:18:50 +0000 Subject: [PATCH 3/4] Update to RC3 --- changelog | 4 ++-- common | 2 +- msal/build.gradle | 4 ++-- msal/versioning/version.properties | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/changelog b/changelog index 9fb8e9008..e9158595c 100644 --- a/changelog +++ b/changelog @@ -3,9 +3,9 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr vNext ---------- -Version 8.4.0-RC2 +Version 8.4.0-RC3 ---------- -- [PATCH] Update common @24.4.0-RC2 +- [PATCH] Update common @24.4.0-RC3 - [MINOR] Provide public api to set custom headers for CIAM requests (#2511) Version 8.3.3 diff --git a/common b/common index 84e0f8134..72a756002 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 84e0f813410cc8117956d67bc58ba44895072692 +Subproject commit 72a756002ece182684d7f52927292bf27a8685a6 diff --git a/msal/build.gradle b/msal/build.gradle index a7365c6c2..b1967e282 100644 --- a/msal/build.gradle +++ b/msal/build.gradle @@ -245,12 +245,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 = "24.4.0-RC2" +def commonVersion = "24.4.0-RC3" if (project.hasProperty("distCommonVersion")) { commonVersion = project.distCommonVersion } // Used for testfixtures -def common4jVersion = "24.4.0-RC2" +def common4jVersion = "24.4.0-RC3" if (project.hasProperty("distCommon4jVersion")) { distCommon4jVersion = project.distCommon4jVersion } diff --git a/msal/versioning/version.properties b/msal/versioning/version.properties index 92abcf1a6..d505b5b94 100644 --- a/msal/versioning/version.properties +++ b/msal/versioning/version.properties @@ -1,3 +1,3 @@ #Wed Aug 01 15:24:11 PDT 2018 -versionName=8.4.0-RC2 +versionName=8.4.0-RC3 versionCode=0 From 7218e12367ebdb69a41933fd771912f6008494db Mon Sep 17 00:00:00 2001 From: Azure DevOps Pipeline Date: Wed, 17 Jun 2026 17:31:35 +0000 Subject: [PATCH 4/4] remove RC --- changelog | 4 ++-- common | 2 +- msal/build.gradle | 4 ++-- msal/versioning/version.properties | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/changelog b/changelog index e9158595c..5a68ea758 100644 --- a/changelog +++ b/changelog @@ -3,9 +3,9 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr vNext ---------- -Version 8.4.0-RC3 +Version 8.4.0 ---------- -- [PATCH] Update common @24.4.0-RC3 +- [PATCH] Update common @24.4.0 - [MINOR] Provide public api to set custom headers for CIAM requests (#2511) Version 8.3.3 diff --git a/common b/common index 72a756002..fd87b399e 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 72a756002ece182684d7f52927292bf27a8685a6 +Subproject commit fd87b399ed31846fa49faef27d9c6e31fc37c5ef diff --git a/msal/build.gradle b/msal/build.gradle index b1967e282..c869ceaba 100644 --- a/msal/build.gradle +++ b/msal/build.gradle @@ -245,12 +245,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 = "24.4.0-RC3" +def commonVersion = "24.4.0" if (project.hasProperty("distCommonVersion")) { commonVersion = project.distCommonVersion } // Used for testfixtures -def common4jVersion = "24.4.0-RC3" +def common4jVersion = "24.4.0" if (project.hasProperty("distCommon4jVersion")) { distCommon4jVersion = project.distCommon4jVersion } diff --git a/msal/versioning/version.properties b/msal/versioning/version.properties index d505b5b94..9e1ea3717 100644 --- a/msal/versioning/version.properties +++ b/msal/versioning/version.properties @@ -1,3 +1,3 @@ #Wed Aug 01 15:24:11 PDT 2018 -versionName=8.4.0-RC3 +versionName=8.4.0 versionCode=0