Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 1d4f529

Browse files
authored
Updated MSAL to 1.8.1 (#931)
* Updated to MSAL 1.8.1 * Moved MSAL dependency to bot-connector
1 parent fa525c6 commit 1d4f529

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

libraries/bot-connector/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@
9595
<dependency>
9696
<groupId>com.microsoft.azure</groupId>
9797
<artifactId>msal4j</artifactId>
98+
<version>1.8.1</version>
9899
</dependency>
100+
99101
<dependency>
100102
<groupId>com.fasterxml.jackson.module</groupId>
101103
<artifactId>jackson-module-parameter-names</artifactId>

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -240,12 +240,6 @@
240240
<scope>test</scope>
241241
</dependency>
242242

243-
<dependency>
244-
<groupId>com.microsoft.azure</groupId>
245-
<artifactId>msal4j</artifactId>
246-
<version>1.8.0</version>
247-
</dependency>
248-
249243
<dependency>
250244
<groupId>com.fasterxml.jackson.module</groupId>
251245
<artifactId>jackson-module-parameter-names</artifactId>

0 commit comments

Comments
 (0)