Skip to content

Commit 5a86645

Browse files
Bump Microsoft.CodeAnalysis.Common from 4.11.0 to 4.14.0
--- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.Common dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5222f92 commit 5a86645

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

src/PSRule.MSBuild/PSRule.MSBuild.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.11.0" />
10+
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.14.0" />
1111
</ItemGroup>
1212

1313
<!--<ItemGroup>

src/PSRule.MSBuild/packages.lock.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
".NETStandard,Version=v2.0": {
55
"Microsoft.CodeAnalysis.Common": {
66
"type": "Direct",
7-
"requested": "[4.11.0, )",
8-
"resolved": "4.11.0",
9-
"contentHash": "djf8ujmqYImFgB04UGtcsEhHrzVqzHowS+EEl/Yunc5LdrYrZhGBWUTXoCF0NzYXJxtfuD+UVQarWpvrNc94Qg==",
7+
"requested": "[4.14.0, )",
8+
"resolved": "4.14.0",
9+
"contentHash": "PC3tuwZYnC+idaPuoC/AZpEdwrtX7qFpmnrfQkgobGIWiYmGi5MCRtl5mx6QrfMGQpK78X2lfIEoZDLg/qnuHg==",
1010
"dependencies": {
11-
"Microsoft.CodeAnalysis.Analyzers": "3.3.4",
11+
"Microsoft.CodeAnalysis.Analyzers": "3.11.0",
1212
"System.Buffers": "4.5.1",
13-
"System.Collections.Immutable": "8.0.0",
13+
"System.Collections.Immutable": "9.0.0",
1414
"System.Memory": "4.5.5",
1515
"System.Numerics.Vectors": "4.5.0",
16-
"System.Reflection.Metadata": "8.0.0",
16+
"System.Reflection.Metadata": "9.0.0",
1717
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
1818
"System.Text.Encoding.CodePages": "7.0.0",
1919
"System.Threading.Tasks.Extensions": "4.5.4"
@@ -45,8 +45,8 @@
4545
},
4646
"Microsoft.CodeAnalysis.Analyzers": {
4747
"type": "Transitive",
48-
"resolved": "3.3.4",
49-
"contentHash": "AxkxcPR+rheX0SmvpLVIGLhOUXAKG56a64kV9VQZ4y9gR9ZmPXnqZvHJnmwLSwzrEP6junUF11vuc+aqo5r68g=="
48+
"resolved": "3.11.0",
49+
"contentHash": "v/EW3UE8/lbEYHoC2Qq7AR/DnmvpgdtAMndfQNmpuIMx/Mto8L5JnuCfdBYtgvalQOtfNCnxFejxuRrryvUTsg=="
5050
},
5151
"Microsoft.NETCore.Platforms": {
5252
"type": "Transitive",
@@ -65,8 +65,8 @@
6565
},
6666
"System.Collections.Immutable": {
6767
"type": "Transitive",
68-
"resolved": "8.0.0",
69-
"contentHash": "AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg==",
68+
"resolved": "9.0.0",
69+
"contentHash": "QhkXUl2gNrQtvPmtBTQHb0YsUrDiDQ2QS09YbtTTiSjGcf7NBqtYbrG/BE06zcBPCKEwQGzIv13IVdXNOSub2w==",
7070
"dependencies": {
7171
"System.Memory": "4.5.5",
7272
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
@@ -89,10 +89,10 @@
8989
},
9090
"System.Reflection.Metadata": {
9191
"type": "Transitive",
92-
"resolved": "8.0.0",
93-
"contentHash": "ptvgrFh7PvWI8bcVqG5rsA/weWM09EnthFHR5SCnS6IN+P4mj6rE1lBDC4U8HL9/57htKAqy4KQ3bBj84cfYyQ==",
92+
"resolved": "9.0.0",
93+
"contentHash": "ANiqLu3DxW9kol/hMmTWbt3414t9ftdIuiIU7j80okq2YzAueo120M442xk1kDJWtmZTqWQn7wHDvMRipVOEOQ==",
9494
"dependencies": {
95-
"System.Collections.Immutable": "8.0.0",
95+
"System.Collections.Immutable": "9.0.0",
9696
"System.Memory": "4.5.5"
9797
}
9898
},

0 commit comments

Comments
 (0)