Skip to content

Commit 8355b45

Browse files
build(deps): bump the all group with 4 updates (#497)
Bumps the all group with 4 updates: [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime), [System.Memory.Data](https://github.com/dotnet/runtime), [System.Text.Json](https://github.com/dotnet/runtime) and [FluentAssertions](https://github.com/fluentassertions/fluentassertions). Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) Updates `System.Memory.Data` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) Updates `System.Text.Json` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) Updates `System.Text.Json` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) Updates `FluentAssertions` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@7.0.0...8.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: System.Memory.Data dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 67bfe42 commit 8355b45

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

examples/LangChain.Samples.LocalRAG/LangChain.Samples.LocalRAG.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<ItemGroup>
1616
<PackageReference Include="LangChain.Databases.Sqlite" Version="0.16.0" />
1717
<PackageReference Include="LangChain.Providers.Abstractions" Version="0.16.0" />
18-
<PackageReference Include="System.Text.Json" Version="9.0.0" />
18+
<PackageReference Include="System.Text.Json" Version="9.0.1" />
1919
</ItemGroup>
2020

2121
</Project>

examples/LangChain.Samples.Serve.OpenAI/LangChain.Samples.Serve.OpenAI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="7.2.0" />
1313
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="7.2.0" />
1414
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="7.2.0" />
15-
<PackageReference Include="System.Text.Json" Version="9.0.0" />
15+
<PackageReference Include="System.Text.Json" Version="9.0.1" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

examples/LangChain.Samples.Serve/LangChain.Samples.Serve.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="7.2.0" />
1313
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="7.2.0" />
1414
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="7.2.0" />
15-
<PackageReference Include="System.Text.Json" Version="9.0.0" />
15+
<PackageReference Include="System.Text.Json" Version="9.0.1" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

src/Directory.Packages.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageVersion Include="Docker.DotNet" Version="3.125.15" />
99
<PackageVersion Include="DocumentFormat.OpenXml" Version="3.2.0" />
1010
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.2.25" />
11-
<PackageVersion Include="FluentAssertions" Version="7.0.0" />
11+
<PackageVersion Include="FluentAssertions" Version="8.0.0" />
1212
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1" />
1313
<PackageVersion Include="H.Resources.Generator" Version="1.6.1">
1414
<PrivateAssets>all</PrivateAssets>
@@ -51,12 +51,12 @@
5151
<PackageVersion Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta4.22272.1" />
5252
<PackageVersion Include="System.ComponentModel.Annotations" Version="5.0.0" />
5353
<PackageVersion Include="System.Linq.Async" Version="6.0.1" />
54-
<PackageVersion Include="System.Memory.Data" Version="9.0.0" />
54+
<PackageVersion Include="System.Memory.Data" Version="9.0.1" />
5555
<PackageVersion Include="System.Net.Http" Version="4.3.4" />
5656
<PackageVersion Include="System.Net.Http.Json" Version="8.0.0" />
57-
<PackageVersion Include="System.Text.Json" Version="9.0.0" />
57+
<PackageVersion Include="System.Text.Json" Version="9.0.1" />
5858
<PackageVersion Include="System.ValueTuple" Version="4.5.0" />
59-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" />
59+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.1" />
6060
<PackageVersion Include="Microsoft.Extensions.Http" Version="9.0.0" />
6161
<PackageVersion Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.0" />
6262
<PackageVersion Include="MinVer" Version="6.0.0">

0 commit comments

Comments
 (0)