Skip to content

Commit 96d2980

Browse files
committed
Updated versions for hotfix release.
1 parent a602696 commit 96d2980

File tree

6 files changed

+15
-11
lines changed

6 files changed

+15
-11
lines changed

msal4j-sdk/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Quick links:
1616
The library supports the following Java environments:
1717
- Java 8 (or higher)
1818

19-
Current version - 1.13.2
19+
Current version - 1.13.3
2020

2121
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).
2222

@@ -27,14 +27,14 @@ Find [the latest package in the Maven repository](https://mvnrepository.com/arti
2727
```xml
2828
<dependency>
2929
<groupId>com.microsoft.azure</groupId>
30-
<artifactId>com.microsoft.aad.msal4j</artifactId>
31-
<version>1.13.2</version>
30+
<artifactId>msal4j</artifactId>
31+
<version>1.13.3</version>
3232
</dependency>
3333
```
3434
### Gradle
3535

3636
```gradle
37-
compile group: 'com.microsoft.azure', name: 'com.microsoft.aad.msal4j', version: '1.13.2'
37+
compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.13.3'
3838
```
3939

4040
## Usage

msal4j-sdk/changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 1.13.3
2+
=============
3+
- Update jackson-databind version to be in compatible with Azure-SDKs
4+
15
Version 1.13.2
26
=============
37
- Add IBroker interface

msal4j-sdk/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>msal4j</artifactId>
6-
<version>1.13.2</version>
6+
<version>1.13.3</version>
77
<packaging>jar</packaging>
88
<name>msal4j</name>
99
<description>

msal4j-sdk/src/samples/msal-b2c-web-sample/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<dependencies>
2323
<dependency>
2424
<groupId>com.microsoft.azure</groupId>
25-
<artifactId>com.microsoft.aad.msal4j</artifactId>
26-
<version>1.13.2</version>
25+
<artifactId>msal4j</artifactId>
26+
<version>1.13.3</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.nimbusds</groupId>

msal4j-sdk/src/samples/msal-obo-sample/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<dependencies>
2323
<dependency>
2424
<groupId>com.microsoft.azure</groupId>
25-
<artifactId>com.microsoft.aad.msal4j</artifactId>
26-
<version>1.13.2</version>
25+
<artifactId>msal4j</artifactId>
26+
<version>1.13.3</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.nimbusds</groupId>

msal4j-sdk/src/samples/msal-web-sample/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<dependencies>
2323
<dependency>
2424
<groupId>com.microsoft.azure</groupId>
25-
<artifactId>com.microsoft.aad.msal4j</artifactId>
26-
<version>1.13.2</version>
25+
<artifactId>msal4j</artifactId>
26+
<version>1.13.3</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.nimbusds</groupId>

0 commit comments

Comments
 (0)