Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit 7f0004f

Browse files
authored
Merge pull request #263 from AzureAD/sagonzal/release164
Bumping up version to 1.6.4.
2 parents 749690c + 8197517 commit 7f0004f

6 files changed

Lines changed: 11 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ The ADAL for Java library enables Java applications to authenticate with Azure A
1515
You can find the steps for installation and basic usage documented in the [ADAL4J Basics Wiki](https://github.com/AzureAD/azure-activedirectory-library-for-java/wiki/ADAL4J-Basics).
1616

1717
## Versions
18-
Current version - 1.6.3
18+
Current version - 1.6.4
1919

20-
Minimum recommended version - 1.6.3
20+
Minimum recommended version - 1.6.4
2121

2222
From version 1.3.0 support for handling Conditional Access claims challenge was added. You can read about CA [here](https://go.microsoft.com/fwlink/?linkid=855860) and refer this [sample](https://github.com/AzureAD/azure-activedirectory-library-for-java/tree/dev/src/samples/web-app-samples-for-adal4j) to handle it.
2323

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 1.6.4
2+
=============
3+
- updated oauth2-oidc-sdk to 6.5
4+
- removed use sun.security.util.Length API
5+
16
Version 1.6.3
27
=============
38
- added client headers to user realm request

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.microsoft.azure</groupId>
55
<artifactId>adal4j</artifactId>
6-
<version>1.6.3</version>
6+
<version>1.6.4</version>
77
<packaging>jar</packaging>
88
<name>adal4j</name>
99
<description>

src/samples/public-client-app-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.microsoft.azure</groupId>
1717
<artifactId>adal4j</artifactId>
18-
<version>1.6.3</version>
18+
<version>1.6.4</version>
1919
</dependency>
2020
</dependencies>
2121

src/samples/public-client-device-code-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.microsoft.azure</groupId>
2121
<artifactId>adal4j</artifactId>
22-
<version>1.6.3</version>
22+
<version>1.6.4</version>
2323
</dependency>
2424
</dependencies>
2525

src/samples/web-app-samples-for-adal4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.microsoft.azure</groupId>
1717
<artifactId>adal4j</artifactId>
18-
<version>1.6.3</version>
18+
<version>1.6.4</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>com.nimbusds</groupId>

0 commit comments

Comments
 (0)