Skip to content

Commit 4c1a31f

Browse files
Bump the all-dependencies group across 1 directory with 4 updates
Bumps the all-dependencies group with 4 updates in the / directory: [System.Text.Encodings.Web](https://github.com/dotnet/runtime), [System.Text.Json](https://github.com/dotnet/runtime), [System.Net.Http.Json](https://github.com/dotnet/runtime) and [nbgv](https://github.com/dotnet/Nerdbank.GitVersioning). Updates `System.Text.Encodings.Web` from 4.7.2 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v9.0.1) Updates `System.Text.Encodings.Web` from 4.7.2 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v9.0.1) Updates `System.Text.Json` from 4.7.2 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v9.0.1) Updates `System.Net.Http.Json` from 8.0.1 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.1) Updates `nbgv` from 3.7.112 to 3.7.115 - [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases) - [Commits](dotnet/Nerdbank.GitVersioning@v3.7.112...v3.7.115) --- 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.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.Net.Http.Json dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: nbgv dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 40d95e0 commit 4c1a31f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"rollForward": false
1111
},
1212
"nbgv": {
13-
"version": "3.7.112",
13+
"version": "3.7.115",
1414
"commands": [
1515
"nbgv"
1616
],
1717
"rollForward": false
1818
}
1919
}
20-
}
20+
}

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.1" />
37+
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.1" />
3838
<PackageReference Include="Perfors.UnreachableException" Version="1.0.0" />
3939
<PackageReference Include="PolyKit.Embedded" Version="3.0.9" />
4040
</ItemGroup>

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.1" />
99
</ItemGroup>
1010

1111
<ItemGroup>

0 commit comments

Comments
 (0)