Skip to content

Commit 1c3b6ed

Browse files
vpetruseviciVladimir Petrusevici
andauthored
fix: update Flagsmith dependencies (#102)
Signed-off-by: Vladimir Petrusevici <[email protected]> Co-authored-by: Vladimir Petrusevici <[email protected]>
1 parent 84f453d commit 1c3b6ed

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
</ItemGroup>
2323

2424
<ItemGroup>
25-
<PackageReference Include="Flagsmith" Version="5.1.0" />
26-
<PackageReference Include="System.Text.Json" Version="7.0.4" />
25+
<PackageReference Include="Flagsmith" Version="5.2.2" />
26+
<PackageReference Include="System.Text.Json" Version="8.0.0" />
2727
</ItemGroup>
2828

2929
<PropertyGroup>

test/OpenFeature.Contrib.Providers.Flagsmith.Test/OpenFeature.Contrib.Providers.Flagsmith.Test.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
<ItemGroup>
44
<ProjectReference Include="..\..\src\OpenFeature.Contrib.Providers.Flagsmith\OpenFeature.Contrib.Providers.Flagsmith.csproj" />
55
</ItemGroup>
6-
7-
<ItemGroup>
8-
<PackageReference Include="Flagsmith" Version="5.1.0" />
9-
</ItemGroup>
10-
6+
117
<PropertyGroup>
128
<LangVersion>latest</LangVersion>
139
</PropertyGroup>

0 commit comments

Comments
 (0)