Skip to content

Commit ba4ef97

Browse files
Bump System.Text.Json from 9.0.9 to 9.0.10
--- updated-dependencies: - dependency-name: System.Text.Json dependency-version: 9.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1e7d619 commit ba4ef97

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<PackageVersion Include="System.Private.Uri" Version="4.3.2" />
5454
<PackageVersion Include="System.Reactive" Version="6.0.1" />
5555
<PackageVersion Include="System.Runtime.Loader" Version="4.3.0" />
56-
<PackageVersion Include="System.Text.Json" Version="9.0.9" />
56+
<PackageVersion Include="System.Text.Json" Version="9.0.10" />
5757
<PackageVersion Include="System.Threading.Channels" Version="9.0.10" />
5858
<PackageVersion Include="System.Threading.Tasks.Dataflow" Version="8.0.1" />
5959
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="4.6.3" />

src/Microsoft.Sbom.Api/Microsoft.Sbom.Api.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848

4949
<ItemGroup>
5050
<PackageReference Include="NuGet.Frameworks" VersionOverride="6.14.0" />
51+
<PackageReference Include="System.Text.Json" VersionOverride="9.0.10" />
5152
<ProjectReference Include="..\Microsoft.Sbom.Adapters\Microsoft.Sbom.Adapters.csproj" />
5253
<ProjectReference Include="..\Microsoft.Sbom.Common\Microsoft.Sbom.Common.csproj" />
5354
<ProjectReference Include="..\Microsoft.Sbom.Contracts\Microsoft.Sbom.Contracts.csproj" />

test/Microsoft.Sbom.Adapters.Tests/Microsoft.Sbom.Adapters.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19+
<PackageReference Include="System.Text.Json" />
1920
<ProjectReference Include="..\..\src\Microsoft.Sbom.Adapters\Microsoft.Sbom.Adapters.csproj" />
2021
</ItemGroup>
2122

test/Microsoft.Sbom.Common.Tests/Microsoft.Sbom.Common.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11+
<PackageReference Include="System.Text.Json" />
1112
<ProjectReference Include="..\..\src\Microsoft.Sbom.Common\Microsoft.Sbom.Common.csproj" />
1213
</ItemGroup>
1314

0 commit comments

Comments
 (0)