diff --git a/README.md b/README.md index 230cdca3..ec53efb2 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.2 +Current version - 1.17.3 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.2 + 1.17.3 ``` ### Gradle ```gradle -implementation group: 'com.microsoft.azure', name: 'com.microsoft.aad.msal4j', version: '1.17.2' +implementation group: 'com.microsoft.azure', name: 'com.microsoft.aad.msal4j', version: '1.17.3' ``` ## Usage diff --git a/changelog.txt b/changelog.txt index 90025e48..a52d6c99 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +Version 1.17.3 +============= +- Correctly set buffer for expired tokens (#875) +- Bump commons-io dependency from 2.7 to 2.14.0 (#871) + Version 1.17.2 ============= - Make ManagedIdentityApplication.getManagedIdentitySource static (#864) diff --git a/msal4j-sdk/README.md b/msal4j-sdk/README.md index f4c8cab5..26eaea36 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.2 +Current version - 1.17.3 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.2 + 1.17.3 ``` ### Gradle ```gradle -compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.17.2' +compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.17.3' ``` ## Usage diff --git a/msal4j-sdk/bnd.bnd b/msal4j-sdk/bnd.bnd index 38a44314..ee679498 100644 --- a/msal4j-sdk/bnd.bnd +++ b/msal4j-sdk/bnd.bnd @@ -1,2 +1,2 @@ -Export-Package: com.microsoft.aad.msal4j;version="1.17.2" +Export-Package: com.microsoft.aad.msal4j;version="1.17.3" Automatic-Module-Name: com.microsoft.aad.msal4j diff --git a/msal4j-sdk/pom.xml b/msal4j-sdk/pom.xml index 5d5f7fff..a0efa118 100644 --- a/msal4j-sdk/pom.xml +++ b/msal4j-sdk/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.microsoft.azure msal4j - 1.17.2 + 1.17.3 jar msal4j