Skip to content

Fix merge issues between dev and main #552

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@ Quick links:
The library supports the following Java environments:
- Java 8 (or higher)

Current version - 1.13.1
Current version - 1.13.2

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

You can get the com.microsoft.aad.msal4j package through Maven or Gradle.

### Maven
Find [the latest package in the Maven repository](https://mvnrepository.com/artifact/com.microsoft.azure/msal4j/1.13.1).
Find [the latest package in the Maven repository](https://mvnrepository.com/artifact/com.microsoft.azure/msal4j).
```xml
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>1.13.1</version>
<version>1.13.2</version>
</dependency>
```
### Gradle

```gradle
compile group: 'com.microsoft.azure', name: 'com.microsoft.aad.msal4j', version: '1.13.1'
compile group: 'com.microsoft.azure', name: 'com.microsoft.aad.msal4j', version: '1.13.2'
```

## Usage
Expand Down
2 changes: 2 additions & 0 deletions bnd.bnd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Export-Package: com.microsoft.aad.msal4j
Automatic-Module-Name: msal4j