-
Notifications
You must be signed in to change notification settings - Fork 48
Upgrade Azure SDK BOM to 1.3.6 and pin msal4j 1.24.1 for sovereign cloud support #472
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
Changes from 2 commits
b46abe0
3921c83
a8f6692
45a5cbb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,7 +10,7 @@ | |
| EventHouse on Fabric | ||
| </description> | ||
| <properties> | ||
| <azure-bom-version>1.2.37</azure-bom-version> | ||
| <azure-bom-version>1.3.6</azure-bom-version> | ||
| <awaitility.version>4.3.0</awaitility.version> | ||
| <kotlin.code.style>official</kotlin.code.style> | ||
| <kotlin.version>2.2.10</kotlin.version> | ||
|
Comment on lines
12
to
16
|
||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -41,7 +41,7 @@ | |||||||||||||||||||||||||||||||
| <slf4j.version>1.8.0-beta4</slf4j.version> | ||||||||||||||||||||||||||||||||
| <json.version>20201115</json.version> | ||||||||||||||||||||||||||||||||
| <ingest-v2.revision>0.0.1-beta</ingest-v2.revision> | ||||||||||||||||||||||||||||||||
| <azure-identity.version>1.18.1</azure-identity.version> | ||||||||||||||||||||||||||||||||
| <azure-identity.version>1.18.2</azure-identity.version> | ||||||||||||||||||||||||||||||||
| </properties> | ||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||
|
Comment on lines
+44
to
47
|
||||||||||||||||||||||||||||||||
| <azure-identity.version>1.18.2</azure-identity.version> | |
| </properties> | |
| <azure-identity.version>1.18.2</azure-identity.version> | |
| <msal4j.version>1.24.1</msal4j.version> | |
| </properties> | |
| <dependencyManagement> | |
| <dependencies> | |
| <dependency> | |
| <groupId>com.microsoft.azure</groupId> | |
| <artifactId>msal4j</artifactId> | |
| <version>${msal4j.version}</version> | |
| </dependency> | |
| </dependencies> | |
| </dependencyManagement> |
Uh oh!
There was an error while loading. Please reload this page.