Skip to content

Commit

Permalink
Merge pull request #412 from nventive/dev/jpl/security-fix
Browse files Browse the repository at this point in the history
fix: Update System.Text.Json to resolve security issue.
  • Loading branch information
jeanplevesque authored Jul 11, 2024
2 parents 970355d + adc2ed9 commit 196bdde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Prefix your items with `(Template)` if the change is about the template and not
## 3.5.X
- Bump Uno packages to 5.2.121 to fix a crash on iOS.
- Ensure NV.Template.Mobile nuget is only deployed from the main branch.
- Updated `System.Text.Json` to resolve security vulnerabilities.

## 3.4.X
- Added a kill switch feature to the app.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PackageReference Include="Reactive.Annex" Version="2.0.0" />
<PackageReference Include="Refit" Version="7.0.0" />
<PackageReference Include="ReviewService.Abstractions" Version="1.0.0" />
<PackageReference Include="System.Text.Json" Version="7.0.3" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="MallardMessageHandlers" Version="1.2.0" />
<PackageReference Include="Nventive.Persistence.Reactive" Version="0.5.0" />
<PackageReference Include="Nventive.Persistence" Version="0.5.0" />
Expand Down

0 comments on commit 196bdde

Please sign in to comment.