Skip to content

Commit 1f427f2

Browse files
authored
Merge pull request #519 from AzureAD/SJAIN/incrememnt-version-for-release
version updates for 1.13.0 release
2 parents 41c0f89 + 8c0c644 commit 1f427f2

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

README.md

Lines changed: 3 additions & 3 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.12.0
19+
Current version - 1.13.0
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

@@ -28,12 +28,12 @@ Find [the latest package in the Maven repository](https://mvnrepository.com/arti
2828
<dependency>
2929
<groupId>com.microsoft.azure</groupId>
3030
<artifactId>msal4j</artifactId>
31-
<version>1.12.0</version>
31+
<version>1.13.0</version>
3232
</dependency>
3333
```
3434
### Gradle
3535

36-
compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.12.0'
36+
compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.13.0'
3737

3838
## Usage
3939

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 1.13.0
2+
=============
3+
- Provide token caching functionality for managed identity tokens
4+
- Updates for obo-for-service-principal scenarios
5+
- version updates for nimbusds-oauth2 library
6+
17
Version 1.12.0
28
=============
39
- Updates several dependencies to avoid security vulnerabilities

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.12.0</version>
6+
<version>1.13.0</version>
77
<packaging>jar</packaging>
88
<name>msal4j</name>
99
<description>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.microsoft.azure</groupId>
2525
<artifactId>msal4j</artifactId>
26-
<version>1.12.0</version>
26+
<version>1.13.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.nimbusds</groupId>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.microsoft.azure</groupId>
2525
<artifactId>msal4j</artifactId>
26-
<version>1.12.0</version>
26+
<version>1.13.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.nimbusds</groupId>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.microsoft.azure</groupId>
2525
<artifactId>msal4j</artifactId>
26-
<version>1.12.0</version>
26+
<version>1.13.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.nimbusds</groupId>

0 commit comments

Comments
 (0)