Skip to content

Commit 8871bf5

Browse files
Bump the all-dependencies group across 1 directory with 5 updates
Bumps the all-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [System.Text.Encodings.Web](https://github.com/dotnet/runtime) | `4.7.2` | `9.0.0` | | [System.Text.Json](https://github.com/dotnet/runtime) | `4.7.2` | `9.0.0` | | [System.Text.Encodings.Web](https://github.com/dotnet/runtime) | `4.7.2` | `9.0.0` | | [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.2` | `6.0.3` | | [xunit](https://github.com/xunit/xunit) | `2.9.2` | `2.9.3` | | [System.Net.Http.Json](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.0` | Updates `System.Text.Encodings.Web` from 4.7.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v9.0.0) Updates `System.Text.Json` from 4.7.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v9.0.0) Updates `System.Text.Encodings.Web` from 4.7.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v9.0.0) Updates `coverlet.collector` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](coverlet-coverage/coverlet@v6.0.2...v6.0.3) Updates `xunit` from 2.9.2 to 2.9.3 - [Commits](xunit/xunit@v2-2.9.2...v2-2.9.3) Updates `System.Net.Http.Json` from 8.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.0) --- updated-dependencies: - dependency-name: System.Text.Encodings.Web dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: System.Text.Encodings.Web dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: System.Net.Http.Json dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0dbca5a commit 8871bf5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/TestableHttpClient/TestableHttpClient.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333

3434
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
3535
<PackageReference Include="System.Net.Http" Version="4.3.4" />
36-
<PackageReference Include="System.Text.Json" Version="4.7.2" />
37-
<PackageReference Include="System.Text.Encodings.Web" Version="4.7.2" />
36+
<PackageReference Include="System.Text.Json" Version="9.0.0" />
37+
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.0" />
3838
<PackageReference Include="Perfors.UnreachableException" Version="1.0.0" />
3939
<PackageReference Include="PolyKit.Embedded" Version="3.0.9" />
4040
</ItemGroup>

test/Directory.Build.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Project>
22
<ItemGroup>
33
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
4-
<PackageReference Include="xunit" Version="2.9.2" />
4+
<PackageReference Include="xunit" Version="2.9.3" />
55
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
66
<PrivateAssets>all</PrivateAssets>
77
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
88
</PackageReference>
9-
<PackageReference Include="coverlet.collector" Version="6.0.2">
9+
<PackageReference Include="coverlet.collector" Version="6.0.3">
1010
<PrivateAssets>all</PrivateAssets>
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
</PackageReference>

test/TestableHttpClient.Tests/TestableHttpClient.Tests.csproj

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

77
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
8-
<PackageReference Include="System.Net.Http.Json" Version="8.0.1" />
8+
<PackageReference Include="System.Net.Http.Json" Version="9.0.0" />
99
</ItemGroup>
1010

1111
<ItemGroup>

0 commit comments

Comments
 (0)