File tree Expand file tree Collapse file tree 18 files changed +38
-36
lines changed
microsoft-azure-eventhubs-eph
microsoft-azure-eventhubs
azure-identity-broker-samples
src/test/java/com/azure/identity Expand file tree Collapse file tree 18 files changed +38
-36
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ com.microsoft.azure:azure-mgmt-graph-rbac;1.3.0
114114com.microsoft.azure:azure-mgmt-network;1.33.0
115115com.microsoft.azure:azure-mgmt-resources;1.3.0
116116com.microsoft.azure:azure-storage;8.0.0
117- com.microsoft.azure:msal4j;1.17.2
117+ com.microsoft.azure:msal4j;1.19.0
118118com.microsoft.azure:msal4j-brokers;1.0.0
119119com.microsoft.azure:msal4j-persistence-extension;1.3.0
120120io.opentelemetry:opentelemetry-api;1.46.0
Original file line number Diff line number Diff line change @@ -129,9 +129,9 @@ com.azure:azure-health-deidentification;1.0.0;1.0.0-beta.2
129129com.azure:azure-health-insights-clinicalmatching;1.0.0-beta.1;1.0.0-beta.2
130130com.azure:azure-health-insights-cancerprofiling;1.0.0-beta.1;1.0.0-beta.2
131131com.azure:azure-health-insights-radiologyinsights;1.0.0;1.1.0-beta.1
132- com.azure:azure-identity;1.15.0;1.16.0-beta .1
132+ com.azure:azure-identity;1.15.0;1.15 .1
133133com.azure:azure-identity-extensions;1.2.0;1.3.0-beta.1
134- com.azure:azure-identity-broker;1.1.9;1.2.0-beta.1
134+ com.azure:azure-identity-broker;1.1.9;1.1.10
135135com.azure:azure-identity-broker-samples;1.0.0-beta.1;1.0.0-beta.1
136136com.azure:azure-identity-perf;1.0.0-beta.1;1.0.0-beta.1
137137com.azure:azure-iot-deviceupdate;1.0.24;1.1.0-beta.1
Original file line number Diff line number Diff line change 3939 <dependency >
4040 <groupId >com.azure</groupId >
4141 <artifactId >azure-identity</artifactId >
42- <version >1.16.0-beta .1</version > <!-- {x-version-update;com.azure:azure-identity;current} -->
42+ <version >1.15 .1</version > <!-- {x-version-update;com.azure:azure-identity;current} -->
4343 </dependency >
4444 <dependency >
4545 <groupId >com.azure</groupId >
Original file line number Diff line number Diff line change 6464 <dependency >
6565 <groupId >com.microsoft.azure</groupId >
6666 <artifactId >msal4j</artifactId >
67- <version >1.17.2 </version > <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
67+ <version >1.19.0 </version > <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
6868 <scope >test</scope >
6969 </dependency >
7070 <dependency >
Original file line number Diff line number Diff line change 7777 <dependency >
7878 <groupId >com.microsoft.azure</groupId >
7979 <artifactId >msal4j</artifactId >
80- <version >1.17.2 </version > <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
80+ <version >1.19.0 </version > <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
8181 <scope >test</scope >
8282 </dependency >
8383 <dependency >
Original file line number Diff line number Diff line change 3636 <dependency >
3737 <groupId >com.azure</groupId >
3838 <artifactId >azure-identity</artifactId >
39- <version >1.16.0-beta .1</version > <!-- {x-version-update;com.azure:azure-identity;current} -->
39+ <version >1.15 .1</version > <!-- {x-version-update;com.azure:azure-identity;current} -->
4040 </dependency >
4141 <dependency >
4242 <groupId >com.azure</groupId >
4343 <artifactId >azure-identity-broker</artifactId >
44- <version >1.2.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-identity-broker;current} -->
44+ <version >1.1.10 </version > <!-- {x-version-update;com.azure:azure-identity-broker;current} -->
4545 </dependency >
4646 <dependency >
4747 <groupId >org.openjfx</groupId >
Original file line number Diff line number Diff line change 11# Release History
22
3- ## 1.2.0-beta.1 (Unreleased)
4-
5- ### Features Added
6-
7- ### Breaking Changes
8-
9- ### Bugs Fixed
3+ ## 1.1.10 (2025-02-07)
104
115### Other Changes
126
7+ - Upgraded ` msal4j ` from ` 1.17.2 ` to ` 1.19.0 `
8+
139## 1.1.9 (2025-01-10)
1410
1511### Other Changes
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ To take dependency on a particular version of the library that isn't present in
4646<dependency >
4747 <groupId >com.azure</groupId >
4848 <artifactId >azure-identity-broker</artifactId >
49- <version >1.1.8 </version >
49+ <version >1.1.9 </version >
5050</dependency >
5151```
5252[ // ] : # ( {x-version-update-end} )
Original file line number Diff line number Diff line change 77
88 <groupId >com.azure</groupId >
99 <artifactId >azure-identity-broker</artifactId >
10- <version >1.2.0-beta.1 </version ><!-- {x-version-update;com.azure:azure-identity-broker;current} -->
10+ <version >1.1.10 </version ><!-- {x-version-update;com.azure:azure-identity-broker;current} -->
1111
1212 <name >Microsoft Azure Identity Brokered Authentication Library</name >
1313 <description >This module contains brokered authentication extensions for Microsoft Azure Identity.</description >
3838 <dependency >
3939 <groupId >com.azure</groupId >
4040 <artifactId >azure-identity</artifactId >
41- <version >1.16.0-beta .1</version > <!-- {x-version-update;com.azure:azure-identity;current} -->
41+ <version >1.15 .1</version > <!-- {x-version-update;com.azure:azure-identity;current} -->
4242 </dependency >
4343
4444 <dependency >
4545 <groupId >com.microsoft.azure</groupId >
4646 <artifactId >msal4j</artifactId >
47- <version >1.17.2 </version > <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
47+ <version >1.19.0 </version > <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
4848 </dependency >
4949 <dependency >
5050 <groupId >com.microsoft.azure</groupId >
6969 <rules >
7070 <bannedDependencies >
7171 <includes >
72- <include >com.microsoft.azure:msal4j:[1.17.2 ]</include > <!-- {x-include-update;com.microsoft.azure:msal4j;external_dependency} -->
72+ <include >com.microsoft.azure:msal4j:[1.19.0 ]</include > <!-- {x-include-update;com.microsoft.azure:msal4j;external_dependency} -->
7373 <include >com.microsoft.azure:msal4j-brokers:[1.0.0]</include > <!-- {x-include-update;com.microsoft.azure:msal4j-brokers;external_dependency} -->
7474 </includes >
7575 </bannedDependencies >
Original file line number Diff line number Diff line change 2525 <dependency >
2626 <groupId >com.azure</groupId >
2727 <artifactId >azure-identity</artifactId >
28- <version >1.16.0-beta .1</version > <!-- {x-version-update;com.azure:azure-identity;current} -->
28+ <version >1.15 .1</version > <!-- {x-version-update;com.azure:azure-identity;current} -->
2929 </dependency >
3030 <dependency >
3131 <groupId >com.azure</groupId >
You can’t perform that action at this time.
0 commit comments