Skip to content

Commit 430f0c7

Browse files
Bump Azure.Core from 1.52.0 to 1.53.0 (#3750)
--- updated-dependencies: - dependency-name: Azure.Core dependency-version: 1.53.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 88f139a commit 430f0c7

2 files changed

Lines changed: 87 additions & 4 deletions

File tree

src/PSRule.Rules.Azure.Patterns/PSRule.Rules.Azure.Patterns.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
</PackageReference>
3030
<PackageReference Include="Azure.Containers.ContainerRegistry" Version="1.3.0" />
31-
<PackageReference Include="Azure.Core" Version="1.52.0" />
31+
<PackageReference Include="Azure.Core" Version="1.53.0" />
3232
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.5" />
3333
<PackageReference Include="System.Collections.Immutable" Version="10.0.5" />
3434
<PackageReference Include="YamlDotNet" Version="11.2.1" />

src/PSRule.Rules.Azure.Patterns/packages.lock.json

Lines changed: 86 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,18 @@
1313
},
1414
"Azure.Core": {
1515
"type": "Direct",
16-
"requested": "[1.52.0, )",
17-
"resolved": "1.52.0",
18-
"contentHash": "If2gP0B4kDAwOw3kvMFs7gEounDhLyeleoWMih0xPdGAvhKpcWQwoPI3L/L0gmcQt0hrtqDnRni1jaIaxwdL7w==",
16+
"requested": "[1.53.0, )",
17+
"resolved": "1.53.0",
18+
"contentHash": "x9c/toFMOtRrlTdFuE7rlGCVAduQzWVfKmLz5juj41zJAXEhYD5hluiUyyAEzJ6OxpBnKtiaBztzwpZITAVjtg==",
1919
"dependencies": {
2020
"Microsoft.Bcl.AsyncInterfaces": "10.0.3",
21+
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
22+
"Microsoft.Extensions.Hosting.Abstractions": "10.0.3",
23+
"Microsoft.Identity.Client": "4.83.1",
24+
"Microsoft.Identity.Client.Extensions.Msal": "4.83.1",
2125
"System.ClientModel": "1.10.0",
2226
"System.Diagnostics.DiagnosticSource": "10.0.3",
27+
"System.Memory": "4.6.3",
2328
"System.Memory.Data": "10.0.3",
2429
"System.Numerics.Vectors": "4.6.1",
2530
"System.Text.Encodings.Web": "10.0.3",
@@ -245,6 +250,33 @@
245250
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
246251
}
247252
},
253+
"Microsoft.Identity.Client": {
254+
"type": "Transitive",
255+
"resolved": "4.83.1",
256+
"contentHash": "jOLIrZ3cynoqHLLO1cXplFFabrhrMEYs/EuKHvmCyrOm1axqiVFT6nCSnHxk7w5+d2BeQfCdM12Yf/0X7OeS1g==",
257+
"dependencies": {
258+
"Microsoft.IdentityModel.Abstractions": "8.14.0",
259+
"System.Diagnostics.DiagnosticSource": "6.0.1",
260+
"System.Formats.Asn1": "8.0.1",
261+
"System.Security.Cryptography.Cng": "5.0.0",
262+
"System.ValueTuple": "4.5.0"
263+
}
264+
},
265+
"Microsoft.Identity.Client.Extensions.Msal": {
266+
"type": "Transitive",
267+
"resolved": "4.83.1",
268+
"contentHash": "I3k4J4Hj4KbLEFanjeUzzDOVecukETaTgEkJ7h2pP/Yazs6SLp6TVUTo/Eo+ptPXMwvc+iX7rBFtMSUrA7R+Mg==",
269+
"dependencies": {
270+
"Microsoft.Identity.Client": "4.83.1",
271+
"System.IO.FileSystem.AccessControl": "5.0.0",
272+
"System.Security.Cryptography.ProtectedData": "4.5.0"
273+
}
274+
},
275+
"Microsoft.IdentityModel.Abstractions": {
276+
"type": "Transitive",
277+
"resolved": "8.14.0",
278+
"contentHash": "iwbCpSjD3ehfTwBhtSNEtKPK0ICun6ov7Ibx6ISNA9bfwIyzI2Siwyi9eJFCJBwxowK9xcA1mj+jBWiigeqgcQ=="
279+
},
248280
"Microsoft.NETCore.Platforms": {
249281
"type": "Transitive",
250282
"resolved": "1.1.0",
@@ -287,6 +319,26 @@
287319
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
288320
}
289321
},
322+
"System.Formats.Asn1": {
323+
"type": "Transitive",
324+
"resolved": "8.0.1",
325+
"contentHash": "XqKba7Mm/koKSjKMfW82olQdmfbI5yqeoLV/tidRp7fbh5rmHAQ5raDI/7SU0swTzv+jgqtUGkzmFxuUg0it1A==",
326+
"dependencies": {
327+
"System.Buffers": "4.5.1",
328+
"System.Memory": "4.5.5"
329+
}
330+
},
331+
"System.IO.FileSystem.AccessControl": {
332+
"type": "Transitive",
333+
"resolved": "5.0.0",
334+
"contentHash": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==",
335+
"dependencies": {
336+
"System.Buffers": "4.5.1",
337+
"System.Memory": "4.5.4",
338+
"System.Security.AccessControl": "5.0.0",
339+
"System.Security.Principal.Windows": "5.0.0"
340+
}
341+
},
290342
"System.IO.Pipelines": {
291343
"type": "Transitive",
292344
"resolved": "10.0.5",
@@ -326,6 +378,32 @@
326378
"resolved": "6.1.2",
327379
"contentHash": "2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw=="
328380
},
381+
"System.Security.AccessControl": {
382+
"type": "Transitive",
383+
"resolved": "5.0.0",
384+
"contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
385+
"dependencies": {
386+
"System.Security.Principal.Windows": "5.0.0"
387+
}
388+
},
389+
"System.Security.Cryptography.Cng": {
390+
"type": "Transitive",
391+
"resolved": "5.0.0",
392+
"contentHash": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg=="
393+
},
394+
"System.Security.Cryptography.ProtectedData": {
395+
"type": "Transitive",
396+
"resolved": "4.5.0",
397+
"contentHash": "wLBKzFnDCxP12VL9ANydSYhk59fC4cvOr9ypYQLPnAj48NQIhqnjdD2yhP8yEKyBJEjERWS9DisKL7rX5eU25Q==",
398+
"dependencies": {
399+
"System.Memory": "4.5.0"
400+
}
401+
},
402+
"System.Security.Principal.Windows": {
403+
"type": "Transitive",
404+
"resolved": "5.0.0",
405+
"contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA=="
406+
},
329407
"System.Text.Encodings.Web": {
330408
"type": "Transitive",
331409
"resolved": "10.0.5",
@@ -357,6 +435,11 @@
357435
"dependencies": {
358436
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
359437
}
438+
},
439+
"System.ValueTuple": {
440+
"type": "Transitive",
441+
"resolved": "4.5.0",
442+
"contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ=="
360443
}
361444
}
362445
}

0 commit comments

Comments
 (0)