From 8431576f46343b1b0a1bea6555c614bb67049186 Mon Sep 17 00:00:00 2001 From: avdunn Date: Fri, 27 Sep 2024 18:20:46 -0700 Subject: [PATCH] Version updates for 1.17.2 --- README.md | 6 +++--- changelog.txt | 4 ++++ msal4j-sdk/README.md | 6 +++--- msal4j-sdk/bnd.bnd | 2 +- msal4j-sdk/pom.xml | 2 +- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8be9af36..230cdca3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Quick links: The library supports the following Java environments: - Java 8 (or higher) -Current version - 1.17.1 +Current version - 1.17.2 You can find the changes for each version in the [change log](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/main/msal4j-sdk/changelog.txt). @@ -28,13 +28,13 @@ Find [the latest package in the Maven repository](https://mvnrepository.com/arti com.microsoft.azure msal4j - 1.17.1 + 1.17.2 ``` ### Gradle ```gradle -implementation group: 'com.microsoft.azure', name: 'com.microsoft.aad.msal4j', version: '1.17.1' +implementation group: 'com.microsoft.azure', name: 'com.microsoft.aad.msal4j', version: '1.17.2' ``` ## Usage diff --git a/changelog.txt b/changelog.txt index 5c422677..90025e48 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +Version 1.17.2 +============= +- Make ManagedIdentityApplication.getManagedIdentitySource static (#864) + Version 1.17.1 ============= - Fix 'refresh on' value calculation in Managed Identity flows (#858) diff --git a/msal4j-sdk/README.md b/msal4j-sdk/README.md index c88500e8..f4c8cab5 100644 --- a/msal4j-sdk/README.md +++ b/msal4j-sdk/README.md @@ -16,7 +16,7 @@ Quick links: The library supports the following Java environments: - Java 8 (or higher) -Current version - 1.17.1 +Current version - 1.17.2 You can find the changes for each version in the [change log](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/master/changelog.txt). @@ -28,13 +28,13 @@ Find [the latest package in the Maven repository](https://mvnrepository.com/arti com.microsoft.azure msal4j - 1.17.1 + 1.17.2 ``` ### Gradle ```gradle -compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.17.1' +compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.17.2' ``` ## Usage diff --git a/msal4j-sdk/bnd.bnd b/msal4j-sdk/bnd.bnd index 753374e9..38a44314 100644 --- a/msal4j-sdk/bnd.bnd +++ b/msal4j-sdk/bnd.bnd @@ -1,2 +1,2 @@ -Export-Package: com.microsoft.aad.msal4j;version="1.17.1" +Export-Package: com.microsoft.aad.msal4j;version="1.17.2" Automatic-Module-Name: com.microsoft.aad.msal4j diff --git a/msal4j-sdk/pom.xml b/msal4j-sdk/pom.xml index 8ca4ff86..58c10ec7 100644 --- a/msal4j-sdk/pom.xml +++ b/msal4j-sdk/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.microsoft.azure msal4j - 1.17.1 + 1.17.2 jar msal4j