Skip to content

Commit cfcc53c

Browse files
Bump Azure.Identity from 1.20.0 to 1.21.0 (#376)
--- updated-dependencies: - dependency-name: Azure.Identity dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2a8d64 commit cfcc53c

5 files changed

Lines changed: 39 additions & 39 deletions

File tree

src/Api/packages.lock.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,11 @@
2424
},
2525
"Azure.Identity": {
2626
"type": "Direct",
27-
"requested": "[1.20.0, )",
28-
"resolved": "1.20.0",
29-
"contentHash": "yWOcmVL3SP5aVZqJ24V8IXdGRT6GW3/SD/al2w1Xe0MIcT8DuXpPOyKE9Pbk8/XxMtjHX14A82U6gwvDaU/GIw==",
27+
"requested": "[1.21.0, )",
28+
"resolved": "1.21.0",
29+
"contentHash": "GeFv8sGwRKvDKwI2WFy8r0mhmlxEVZg24Sit2NogTjiSO8RVjllWM65OT6e1sKjOvG8V74y7hAbaELUUPjZQSw==",
3030
"dependencies": {
31-
"Azure.Core": "1.52.0",
32-
"Microsoft.Identity.Client": "4.83.1",
33-
"Microsoft.Identity.Client.Extensions.Msal": "4.83.1"
31+
"Azure.Core": "1.53.0"
3432
}
3533
},
3634
"DotNetEnv": {
@@ -203,10 +201,12 @@
203201
},
204202
"Azure.Core": {
205203
"type": "Transitive",
206-
"resolved": "1.52.0",
207-
"contentHash": "If2gP0B4kDAwOw3kvMFs7gEounDhLyeleoWMih0xPdGAvhKpcWQwoPI3L/L0gmcQt0hrtqDnRni1jaIaxwdL7w==",
204+
"resolved": "1.53.0",
205+
"contentHash": "x9c/toFMOtRrlTdFuE7rlGCVAduQzWVfKmLz5juj41zJAXEhYD5hluiUyyAEzJ6OxpBnKtiaBztzwpZITAVjtg==",
208206
"dependencies": {
209207
"Microsoft.Bcl.AsyncInterfaces": "10.0.3",
208+
"Microsoft.Identity.Client": "4.83.1",
209+
"Microsoft.Identity.Client.Extensions.Msal": "4.83.1",
210210
"System.ClientModel": "1.10.0",
211211
"System.Memory.Data": "10.0.3"
212212
}

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<ItemGroup>
33
<PackageVersion Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.5.0" />
4-
<PackageVersion Include="Azure.Identity" Version="1.20.0" />
4+
<PackageVersion Include="Azure.Identity" Version="1.21.0" />
55
<PackageVersion Include="Asp.Versioning.Mvc.ApiExplorer" Version="8.1.1" />
66
<PackageVersion Include="DotNetEnv" Version="3.1.1" />
77
<PackageVersion Include="Microsoft.ApplicationInsights.AspNetCore" Version="3.1.0" />

tests/ArchitectureTests/packages.lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,14 @@
7979
},
8080
"Azure.Core": {
8181
"type": "Transitive",
82-
"resolved": "1.52.0",
83-
"contentHash": "If2gP0B4kDAwOw3kvMFs7gEounDhLyeleoWMih0xPdGAvhKpcWQwoPI3L/L0gmcQt0hrtqDnRni1jaIaxwdL7w==",
82+
"resolved": "1.53.0",
83+
"contentHash": "x9c/toFMOtRrlTdFuE7rlGCVAduQzWVfKmLz5juj41zJAXEhYD5hluiUyyAEzJ6OxpBnKtiaBztzwpZITAVjtg==",
8484
"dependencies": {
8585
"Microsoft.Bcl.AsyncInterfaces": "10.0.3",
86+
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
87+
"Microsoft.Extensions.Hosting.Abstractions": "10.0.3",
88+
"Microsoft.Identity.Client": "4.83.1",
89+
"Microsoft.Identity.Client.Extensions.Msal": "4.83.1",
8690
"System.ClientModel": "1.10.0",
8791
"System.Memory.Data": "10.0.3"
8892
}
@@ -100,14 +104,10 @@
100104
},
101105
"Azure.Identity": {
102106
"type": "Transitive",
103-
"resolved": "1.20.0",
104-
"contentHash": "yWOcmVL3SP5aVZqJ24V8IXdGRT6GW3/SD/al2w1Xe0MIcT8DuXpPOyKE9Pbk8/XxMtjHX14A82U6gwvDaU/GIw==",
107+
"resolved": "1.21.0",
108+
"contentHash": "GeFv8sGwRKvDKwI2WFy8r0mhmlxEVZg24Sit2NogTjiSO8RVjllWM65OT6e1sKjOvG8V74y7hAbaELUUPjZQSw==",
105109
"dependencies": {
106-
"Azure.Core": "1.52.0",
107-
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
108-
"Microsoft.Extensions.Hosting.Abstractions": "10.0.3",
109-
"Microsoft.Identity.Client": "4.83.1",
110-
"Microsoft.Identity.Client.Extensions.Msal": "4.83.1"
110+
"Azure.Core": "1.53.0"
111111
}
112112
},
113113
"Azure.Monitor.OpenTelemetry.Exporter": {
@@ -758,7 +758,7 @@
758758
"dependencies": {
759759
"Asp.Versioning.Mvc.ApiExplorer": "[8.1.1, )",
760760
"Azure.Extensions.AspNetCore.Configuration.Secrets": "[1.5.0, )",
761-
"Azure.Identity": "[1.20.0, )",
761+
"Azure.Identity": "[1.21.0, )",
762762
"Common": "[1.0.0, )",
763763
"DotNetEnv": "[3.1.1, )",
764764
"Microsoft.ApplicationInsights.AspNetCore": "[3.1.0, )",

tests/E2ETests/packages.lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,14 @@
9090
},
9191
"Azure.Core": {
9292
"type": "Transitive",
93-
"resolved": "1.52.0",
94-
"contentHash": "If2gP0B4kDAwOw3kvMFs7gEounDhLyeleoWMih0xPdGAvhKpcWQwoPI3L/L0gmcQt0hrtqDnRni1jaIaxwdL7w==",
93+
"resolved": "1.53.0",
94+
"contentHash": "x9c/toFMOtRrlTdFuE7rlGCVAduQzWVfKmLz5juj41zJAXEhYD5hluiUyyAEzJ6OxpBnKtiaBztzwpZITAVjtg==",
9595
"dependencies": {
9696
"Microsoft.Bcl.AsyncInterfaces": "10.0.3",
97+
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
98+
"Microsoft.Extensions.Hosting.Abstractions": "10.0.3",
99+
"Microsoft.Identity.Client": "4.83.1",
100+
"Microsoft.Identity.Client.Extensions.Msal": "4.83.1",
97101
"System.ClientModel": "1.10.0",
98102
"System.Memory.Data": "10.0.3"
99103
}
@@ -111,14 +115,10 @@
111115
},
112116
"Azure.Identity": {
113117
"type": "Transitive",
114-
"resolved": "1.20.0",
115-
"contentHash": "yWOcmVL3SP5aVZqJ24V8IXdGRT6GW3/SD/al2w1Xe0MIcT8DuXpPOyKE9Pbk8/XxMtjHX14A82U6gwvDaU/GIw==",
118+
"resolved": "1.21.0",
119+
"contentHash": "GeFv8sGwRKvDKwI2WFy8r0mhmlxEVZg24Sit2NogTjiSO8RVjllWM65OT6e1sKjOvG8V74y7hAbaELUUPjZQSw==",
116120
"dependencies": {
117-
"Azure.Core": "1.52.0",
118-
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
119-
"Microsoft.Extensions.Hosting.Abstractions": "10.0.3",
120-
"Microsoft.Identity.Client": "4.83.1",
121-
"Microsoft.Identity.Client.Extensions.Msal": "4.83.1"
121+
"Azure.Core": "1.53.0"
122122
}
123123
},
124124
"Azure.Monitor.OpenTelemetry.Exporter": {
@@ -899,7 +899,7 @@
899899
"dependencies": {
900900
"Asp.Versioning.Mvc.ApiExplorer": "[8.1.1, )",
901901
"Azure.Extensions.AspNetCore.Configuration.Secrets": "[1.5.0, )",
902-
"Azure.Identity": "[1.20.0, )",
902+
"Azure.Identity": "[1.21.0, )",
903903
"Common": "[1.0.0, )",
904904
"DotNetEnv": "[3.1.1, )",
905905
"Microsoft.ApplicationInsights.AspNetCore": "[3.1.0, )",

tests/IntegrationTests/packages.lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,14 @@
131131
},
132132
"Azure.Core": {
133133
"type": "Transitive",
134-
"resolved": "1.52.0",
135-
"contentHash": "If2gP0B4kDAwOw3kvMFs7gEounDhLyeleoWMih0xPdGAvhKpcWQwoPI3L/L0gmcQt0hrtqDnRni1jaIaxwdL7w==",
134+
"resolved": "1.53.0",
135+
"contentHash": "x9c/toFMOtRrlTdFuE7rlGCVAduQzWVfKmLz5juj41zJAXEhYD5hluiUyyAEzJ6OxpBnKtiaBztzwpZITAVjtg==",
136136
"dependencies": {
137137
"Microsoft.Bcl.AsyncInterfaces": "10.0.3",
138+
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
139+
"Microsoft.Extensions.Hosting.Abstractions": "10.0.3",
140+
"Microsoft.Identity.Client": "4.83.1",
141+
"Microsoft.Identity.Client.Extensions.Msal": "4.83.1",
138142
"System.ClientModel": "1.10.0",
139143
"System.Memory.Data": "10.0.3"
140144
}
@@ -152,14 +156,10 @@
152156
},
153157
"Azure.Identity": {
154158
"type": "Transitive",
155-
"resolved": "1.20.0",
156-
"contentHash": "yWOcmVL3SP5aVZqJ24V8IXdGRT6GW3/SD/al2w1Xe0MIcT8DuXpPOyKE9Pbk8/XxMtjHX14A82U6gwvDaU/GIw==",
159+
"resolved": "1.21.0",
160+
"contentHash": "GeFv8sGwRKvDKwI2WFy8r0mhmlxEVZg24Sit2NogTjiSO8RVjllWM65OT6e1sKjOvG8V74y7hAbaELUUPjZQSw==",
157161
"dependencies": {
158-
"Azure.Core": "1.52.0",
159-
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
160-
"Microsoft.Extensions.Hosting.Abstractions": "10.0.3",
161-
"Microsoft.Identity.Client": "4.83.1",
162-
"Microsoft.Identity.Client.Extensions.Msal": "4.83.1"
162+
"Azure.Core": "1.53.0"
163163
}
164164
},
165165
"Azure.Monitor.OpenTelemetry.Exporter": {
@@ -1002,7 +1002,7 @@
10021002
"dependencies": {
10031003
"Asp.Versioning.Mvc.ApiExplorer": "[8.1.1, )",
10041004
"Azure.Extensions.AspNetCore.Configuration.Secrets": "[1.5.0, )",
1005-
"Azure.Identity": "[1.20.0, )",
1005+
"Azure.Identity": "[1.21.0, )",
10061006
"Common": "[1.0.0, )",
10071007
"DotNetEnv": "[3.1.1, )",
10081008
"Microsoft.ApplicationInsights.AspNetCore": "[3.1.0, )",

0 commit comments

Comments
 (0)