Skip to content

Commit c205561

Browse files
committed
Update dependencies
1 parent 983b24b commit c205561

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

msal4j-persistence-extensions/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ Add the dependecy to the pom file.
3030

3131
This library follows [Semantic Versioning](http://semver.org/).
3232

33-
You can find the changes for each version under
34-
[Releases](https://github.com/AzureAD/microsoft-authentication-extensions-for-java/releases).
35-
3633
## Usage
3734

3835
[![javadoc](https://javadoc.io/badge2/com.microsoft.azure/msal4j-persistence-extension/javadoc.svg)](https://javadoc.io/doc/com.microsoft.azure/msal4j-persistence-extension)

msal4j-persistence-extensions/pom.xml

+1-9
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.microsoft.azure</groupId>
4343
<artifactId>msal4j</artifactId>
44-
<version>1.4.0</version>
44+
<version>1.15.0</version>
4545
</dependency>
4646

4747
<dependency>
@@ -68,14 +68,6 @@
6868
<version>4.13.1</version>
6969
<scope>test</scope>
7070
</dependency>
71-
72-
<dependency>
73-
<groupId>org.slf4j</groupId>
74-
<artifactId>slf4j-log4j12</artifactId>
75-
<version>1.7.7</version>
76-
<scope>test</scope>
77-
</dependency>
78-
7971
</dependencies>
8072

8173
<build>

0 commit comments

Comments
 (0)