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

Commit b99afda

Browse files
author
sgonzalezMSFT
committed
Update version to 1.6.1
1 parent 4d6e310 commit b99afda

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

Diff for: README.md

+2-2
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.0
18+
Current version - 1.6.1
1919

20-
Minimum recommended version - 1.6.0
20+
Minimum recommended version - 1.6.1
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

Diff for: changelog.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 1.6.1
2+
=============
3+
- updated javax.servlet-api to 4.0.1, oauth2-oidc-sdk to 5.63.3, commons-code to 1.11
4+
- switch from Travis CI to VSTS
5+
16
Version 1.6.0
27
=============
38
- added support for certificates in on-behalf-of api

Diff for: pom.xml

+1-1
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.0</version>
6+
<version>1.6.1</version>
77
<packaging>jar</packaging>
88
<name>adal4j</name>
99
<description>

Diff for: src/samples/public-client-app-sample/pom.xml

+1-1
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.0</version>
18+
<version>1.6.1</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>com.nimbusds</groupId>

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

+1-1
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.0</version>
22+
<version>1.6.1</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.nimbusds</groupId>

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

+1-1
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.0</version>
18+
<version>1.6.1</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>com.nimbusds</groupId>

0 commit comments

Comments
 (0)