Skip to content

Commit f690ddf

Browse files
Bump the all-dependencies group across 1 directory with 7 updates
Bumps the all-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) | `1.0.3` | `1.0.3` | | [System.Text.Encodings.Web](https://github.com/dotnet/runtime) | `4.7.2` | `9.0.2` | | [System.Text.Encodings.Web](https://github.com/dotnet/runtime) | `4.7.2` | `9.0.2` | | [System.Text.Json](https://github.com/dotnet/runtime) | `4.7.2` | `9.0.2` | | [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) | `1.0.3` | `1.0.3` | | [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.3` | `6.0.4` | | [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) | `1.0.3` | `1.0.3` | | [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) | `1.0.3` | `1.0.3` | | [System.Net.Http.Json](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.2` | | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `3.0.1` | `3.0.2` | | [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) | `1.0.3` | `1.0.3` | | dotnet-sonarscanner | `9.0.2` | `9.2.1` | Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) Updates `System.Text.Encodings.Web` from 4.7.2 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v9.0.2) Updates `System.Text.Encodings.Web` from 4.7.2 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v9.0.2) Updates `System.Text.Json` from 4.7.2 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v9.0.2) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) Updates `coverlet.collector` from 6.0.3 to 6.0.4 - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](coverlet-coverage/coverlet@v6.0.3...v6.0.4) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) Updates `System.Net.Http.Json` from 8.0.1 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.2) Updates `xunit.runner.visualstudio` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@3.0.1...3.0.2) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) Updates `dotnet-sonarscanner` from 9.0.2 to 9.2.1 --- updated-dependencies: - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch 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.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: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.NETFramework.ReferenceAssemblies 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 - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: dotnet-sonarscanner dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 951eea1 commit f690ddf

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"dotnet-sonarscanner": {
6-
"version": "9.0.2",
6+
"version": "9.2.1",
77
"commands": [
88
"dotnet-sonarscanner"
99
],
@@ -17,4 +17,4 @@
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.2" />
37+
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.2" />
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
@@ -2,11 +2,11 @@
22
<ItemGroup>
33
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
44
<PackageReference Include="xunit.v3" Version="1.0.1" />
5-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
5+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
66
<PrivateAssets>all</PrivateAssets>
77
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
88
</PackageReference>
9-
<PackageReference Include="coverlet.collector" Version="6.0.3">
9+
<PackageReference Include="coverlet.collector" Version="6.0.4">
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
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
9-
<PackageReference Include="System.Net.Http.Json" Version="8.0.1" />
9+
<PackageReference Include="System.Net.Http.Json" Version="9.0.2" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)