File tree Expand file tree Collapse file tree 6 files changed +13
-9
lines changed Expand file tree Collapse file tree 6 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Microsoft Authentication Library (MSAL) for Java
2
2
3
- ` master ` branch | ` dev ` branch | Reference Docs
3
+ ` main ` branch | ` dev ` branch | Reference Docs
4
4
--------------------|-----------------|---------------
5
5
[ ![ Build status] ( https://identitydivision.visualstudio.com/IDDP/_apis/build/status/CI/Java/MSAL%20Java%20CI%20Build?branchName=main )] ( https://identitydivision.visualstudio.com/IDDP/_build/latest?definitionId=762 ) | [ ![ Build status] ( https://identitydivision.visualstudio.com/IDDP/_apis/build/status/CI/Java/MSAL%20Java%20CI%20Build?branchName=dev )] ( https://identitydivision.visualstudio.com/IDDP/_build/latest?definitionId=762 ) | [ ![ Javadocs] ( http://javadoc.io/badge/com.microsoft.azure/msal4j.svg )] ( http://javadoc.io/doc/com.microsoft.azure/msal4j )
6
6
@@ -16,7 +16,7 @@ Quick links:
16
16
The library supports the following Java environments:
17
17
- Java 8 (or higher)
18
18
19
- Current version - 1.9.0
19
+ Current version - 1.9.1
20
20
21
21
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 ) .
22
22
@@ -28,13 +28,13 @@ Find [the latest package in the Maven repository](https://mvnrepository.com/arti
28
28
<dependency>
29
29
<groupId>com.microsoft.azure</groupId>
30
30
<artifactId>msal4j</artifactId>
31
- <version>1.9.0 </version>
31
+ <version>1.9.1 </version>
32
32
</dependency>
33
33
```
34
34
### Gradle
35
35
36
36
```
37
- compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.9.0 '
37
+ compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.9.1 '
38
38
```
39
39
40
40
## Usage
Original file line number Diff line number Diff line change
1
+ Version 1.9.1
2
+ =============
3
+ - Update com.fasterxml.jackson.core.jackson-databind to 2.12.1
4
+
1
5
Version 1.9.0
2
6
=============
3
7
- Add support for Azure region discovery to keep token traffic regional when possible
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.microsoft.azure</groupId >
5
5
<artifactId >msal4j</artifactId >
6
- <version >1.9.0 </version >
6
+ <version >1.9.1 </version >
7
7
<packaging >jar</packaging >
8
8
<name >msal4j</name >
9
9
<description >
52
52
<dependency >
53
53
<groupId >com.fasterxml.jackson.core</groupId >
54
54
<artifactId >jackson-databind</artifactId >
55
- <version >2.10 .1</version >
55
+ <version >2.12 .1</version >
56
56
</dependency >
57
57
58
58
<!-- test dependencies -->
Original file line number Diff line number Diff line change 23
23
<dependency >
24
24
<groupId >com.microsoft.azure</groupId >
25
25
<artifactId >msal4j</artifactId >
26
- <version >1.9.0 </version >
26
+ <version >1.9.1 </version >
27
27
</dependency >
28
28
<dependency >
29
29
<groupId >com.nimbusds</groupId >
Original file line number Diff line number Diff line change 23
23
<dependency >
24
24
<groupId >com.microsoft.azure</groupId >
25
25
<artifactId >msal4j</artifactId >
26
- <version >1.9.0 </version >
26
+ <version >1.9.1 </version >
27
27
</dependency >
28
28
<dependency >
29
29
<groupId >com.nimbusds</groupId >
Original file line number Diff line number Diff line change 23
23
<dependency >
24
24
<groupId >com.microsoft.azure</groupId >
25
25
<artifactId >msal4j</artifactId >
26
- <version >1.9.0 </version >
26
+ <version >1.9.1 </version >
27
27
</dependency >
28
28
<dependency >
29
29
<groupId >com.nimbusds</groupId >
You can’t perform that action at this time.
0 commit comments