Skip to content

Commit 622abe7

Browse files
Bump System.Text.Json from 8.0.4 to 8.0.5 (#711)
* Bump System.Text.Json from 8.0.4 to 8.0.5 Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.4 to 8.0.5. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.4...v8.0.5) --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bumping System.Text.Json verion in nuspec file --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tal Zaccai <[email protected]>
1 parent ea748ef commit 622abe7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Packages.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageVersion Include="StackExchange.Redis" Version="2.8.0" />
2525
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="8.0.1" />
2626
<PackageVersion Include="System.Interactive.Async" Version="6.0.1" />
27-
<PackageVersion Include="System.Text.Json" Version="8.0.4" />
27+
<PackageVersion Include="System.Text.Json" Version="8.0.5" />
2828
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
2929
<PackageVersion Include="Microsoft.Extensions.Hosting.WindowsServices" Version="8.0.0" />
3030
</ItemGroup>

Garnet.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency id="Microsoft.IdentityModel.Validators" version="8.0.1" />
2828
<dependency id="Azure.Storage.Blobs" version="12.21.2" />
2929
<dependency id="NLua" version="1.7.3" />
30-
<dependency id="System.Text.Json" version="8.0.4" />
30+
<dependency id="System.Text.Json" version="8.0.5" />
3131
</dependencies>
3232
<readme>README.md</readme>
3333
</metadata>

0 commit comments

Comments
 (0)