Skip to content

Commit

Permalink
Bump System.Text.Json from 8.0.4 to 8.0.5
Browse files Browse the repository at this point in the history
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.4 to 8.0.5.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.4...v8.0.5)

---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent 95b4eec commit b2ffac9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 19 deletions.
9 changes: 3 additions & 6 deletions src/PSRule.Benchmark/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1896,11 +1896,8 @@
},
"System.Text.Json": {
"type": "Transitive",
"resolved": "8.0.4",
"contentHash": "bAkhgDJ88XTsqczoxEMliSrpijKZHhbJQldhAmObj/RbrN3sU5dcokuXmWJWsdQAhiMJ9bTayWsL1C9fbbCRhw==",
"dependencies": {
"System.Text.Encodings.Web": "8.0.0"
}
"resolved": "8.0.5",
"contentHash": "0f1B50Ss7rqxXiaBJyzUu9bWFOO2/zSlifZ/UNMdiIpDYe4cY4LQQicP4nirK1OS31I43rn062UIJ1Q9bpmHpg=="
},
"System.Threading": {
"type": "Transitive",
Expand Down Expand Up @@ -2023,7 +2020,7 @@
"Microsoft.PSRule.Types": "[0.0.1, )",
"Sarif.Sdk": "[2.4.16, )",
"System.Net.Http": "[4.3.4, )",
"System.Text.Json": "[8.0.4, )"
"System.Text.Json": "[8.0.5, )"
}
},
"Microsoft.PSRule.Types": {
Expand Down
9 changes: 3 additions & 6 deletions src/PSRule.CommandLine/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1606,11 +1606,8 @@
},
"System.Text.Json": {
"type": "Transitive",
"resolved": "8.0.4",
"contentHash": "bAkhgDJ88XTsqczoxEMliSrpijKZHhbJQldhAmObj/RbrN3sU5dcokuXmWJWsdQAhiMJ9bTayWsL1C9fbbCRhw==",
"dependencies": {
"System.Text.Encodings.Web": "8.0.0"
}
"resolved": "8.0.5",
"contentHash": "0f1B50Ss7rqxXiaBJyzUu9bWFOO2/zSlifZ/UNMdiIpDYe4cY4LQQicP4nirK1OS31I43rn062UIJ1Q9bpmHpg=="
},
"System.Threading": {
"type": "Transitive",
Expand Down Expand Up @@ -1672,7 +1669,7 @@
"Microsoft.PSRule.Types": "[0.0.1, )",
"Sarif.Sdk": "[2.4.16, )",
"System.Net.Http": "[4.3.4, )",
"System.Text.Json": "[8.0.4, )"
"System.Text.Json": "[8.0.5, )"
}
},
"Microsoft.PSRule.SDK": {
Expand Down
6 changes: 3 additions & 3 deletions src/PSRule.SDK/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -987,8 +987,8 @@
},
"System.Text.Json": {
"type": "Transitive",
"resolved": "8.0.4",
"contentHash": "bAkhgDJ88XTsqczoxEMliSrpijKZHhbJQldhAmObj/RbrN3sU5dcokuXmWJWsdQAhiMJ9bTayWsL1C9fbbCRhw==",
"resolved": "8.0.5",
"contentHash": "0f1B50Ss7rqxXiaBJyzUu9bWFOO2/zSlifZ/UNMdiIpDYe4cY4LQQicP4nirK1OS31I43rn062UIJ1Q9bpmHpg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
"System.Buffers": "4.5.1",
Expand Down Expand Up @@ -1051,7 +1051,7 @@
"Microsoft.PSRule.Types": "[0.0.1, )",
"Sarif.Sdk": "[2.4.16, )",
"System.Net.Http": "[4.3.4, )",
"System.Text.Json": "[8.0.4, )"
"System.Text.Json": "[8.0.5, )"
}
},
"Microsoft.PSRule.Types": {
Expand Down
2 changes: 1 addition & 1 deletion src/PSRule/PSRule.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>

<!-- Add code generators -->
Expand Down
6 changes: 3 additions & 3 deletions src/PSRule/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@
},
"System.Text.Json": {
"type": "Direct",
"requested": "[8.0.4, )",
"resolved": "8.0.4",
"contentHash": "bAkhgDJ88XTsqczoxEMliSrpijKZHhbJQldhAmObj/RbrN3sU5dcokuXmWJWsdQAhiMJ9bTayWsL1C9fbbCRhw==",
"requested": "[8.0.5, )",
"resolved": "8.0.5",
"contentHash": "0f1B50Ss7rqxXiaBJyzUu9bWFOO2/zSlifZ/UNMdiIpDYe4cY4LQQicP4nirK1OS31I43rn062UIJ1Q9bpmHpg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
"System.Buffers": "4.5.1",
Expand Down

0 comments on commit b2ffac9

Please sign in to comment.