Skip to content

Commit 381b233

Browse files
Bump Azure.Core from 1.47.1 to 1.49.0 (#3559)
--- updated-dependencies: - dependency-name: Azure.Core dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f9e6ea2 commit 381b233

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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.2.0" />
31-
<PackageReference Include="Azure.Core" Version="1.47.1" />
31+
<PackageReference Include="Azure.Core" Version="1.49.0" />
3232
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
3333
<PackageReference Include="System.Collections.Immutable" Version="9.0.8" />
3434
<PackageReference Include="YamlDotNet" Version="11.2.1" />

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
},
1515
"Azure.Core": {
1616
"type": "Direct",
17-
"requested": "[1.47.1, )",
18-
"resolved": "1.47.1",
19-
"contentHash": "oPcncSsDHuxB8SC522z47xbp2+ttkcKv2YZ90KXhRKN0YQd2+7l1UURT9EBzUNEXtkLZUOAB5xbByMTrYRh3yA==",
17+
"requested": "[1.49.0, )",
18+
"resolved": "1.49.0",
19+
"contentHash": "wmY5VEEVTBJN+8KVB6qSVZYDCMpHs1UXooOijx/NH7OsMtK92NlxhPBpPyh4cR+07R/zyDGvA5+Fss4TpwlO+g==",
2020
"dependencies": {
2121
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
22-
"System.ClientModel": "1.5.1",
22+
"System.ClientModel": "1.7.0",
2323
"System.Diagnostics.DiagnosticSource": "8.0.1",
2424
"System.Memory.Data": "8.0.1",
2525
"System.Numerics.Vectors": "4.5.0",
2626
"System.Text.Encodings.Web": "8.0.0",
27-
"System.Text.Json": "8.0.5",
27+
"System.Text.Json": "8.0.6",
2828
"System.Threading.Tasks.Extensions": "4.5.4"
2929
}
3030
},
@@ -227,13 +227,13 @@
227227
},
228228
"System.ClientModel": {
229229
"type": "Transitive",
230-
"resolved": "1.5.1",
231-
"contentHash": "k2jKSO0X45IqhVOT9iQB4xralNN9foRQsRvXBTyRpAVxyzCJlG895T9qYrQWbcJ6OQXxOouJQ37x5nZH5XKK+A==",
230+
"resolved": "1.7.0",
231+
"contentHash": "NKKA3/O6B7PxmtIzOifExHdfoWthy3AD4EZ1JfzcZU8yGZTbYrK1qvXsHUL/1yQKKqWSKgIR1Ih/yf2gOaHc4w==",
232232
"dependencies": {
233233
"Microsoft.Extensions.Logging.Abstractions": "8.0.3",
234234
"System.Diagnostics.DiagnosticSource": "8.0.1",
235235
"System.Memory.Data": "8.0.1",
236-
"System.Text.Json": "8.0.5"
236+
"System.Text.Json": "8.0.6"
237237
}
238238
},
239239
"System.ComponentModel.Annotations": {
@@ -291,8 +291,8 @@
291291
},
292292
"System.Text.Json": {
293293
"type": "Transitive",
294-
"resolved": "8.0.5",
295-
"contentHash": "0f1B50Ss7rqxXiaBJyzUu9bWFOO2/zSlifZ/UNMdiIpDYe4cY4LQQicP4nirK1OS31I43rn062UIJ1Q9bpmHpg==",
294+
"resolved": "8.0.6",
295+
"contentHash": "BvSpVBsVN9b+Y+wONbvJOHd1HjXQf33+XiC28ZMOwRsYb42mz3Q8YHnpTSwpwJLqYCMqM+0UUVC3V+pi25XfkQ==",
296296
"dependencies": {
297297
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
298298
"System.Buffers": "4.5.1",

0 commit comments

Comments
 (0)