Skip to content

Commit 8cb79ab

Browse files
chore(deps): update dependency system.text.json to 8.0.5 [security] (#287)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0f87bc8 commit 8cb79ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/OpenFeature.Contrib.Providers.Flagsmith/OpenFeature.Contrib.Providers.Flagsmith.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</ItemGroup>
2323

2424
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net5.0'">
25-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
25+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
2626
</ItemGroup>
2727

2828
<PropertyGroup>

src/OpenFeature.Contrib.Providers.GOFeatureFlag/OpenFeature.Contrib.Providers.GOFeatureFlag.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0'">
14-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
14+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
1515
<PackageReference Include="System.Net.Http" Version="4.3.4" />
1616
</ItemGroup>
1717

0 commit comments

Comments
 (0)