Skip to content

Commit 4f8cfad

Browse files
Bump System.Text.Json from 9.0.1 to 9.0.2
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 9.0.1 to 9.0.2. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.2) --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f216fce commit 4f8cfad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FluentCommand.Json/FluentCommand.Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.1" />
13-
<PackageReference Include="System.Text.Json" Version="9.0.1" />
13+
<PackageReference Include="System.Text.Json" Version="9.0.2" />
1414
</ItemGroup>
1515

1616
</Project>

0 commit comments

Comments
 (0)