You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: Correct scope for test dependency in POM
The `azure-security-keyvault-secrets` test dependency was include twice
and without the correct `test` scope.
* Updated keyvault secrets version
* Allow client assertion to be a callback and a per-request parameter (#482)
* Allow creating a client assertion from a callback
* Allow client credentials as a per-request parameter
* Minor changes to fix build issues
* Bump version numbers for 1.11.3 release (#484)
Co-authored-by: B. Schellhaas <[email protected]>
Co-authored-by: Siddhi <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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.11.2
19
+
Current version - 1.11.3
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,12 +28,12 @@ Find [the latest package in the Maven repository](https://mvnrepository.com/arti
0 commit comments