Skip to content

Commit

Permalink
fix: src/Ombi.Notifications/Ombi.Notifications.csproj to reduce vulne…
Browse files Browse the repository at this point in the history
…rabilities (#5167)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DOTNET-BOUNCYCASTLECRYPTOGRAPHY-7831268
- https://snyk.io/vuln/SNYK-DOTNET-BOUNCYCASTLECRYPTOGRAPHY-7831266

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

[skip-ci]
  • Loading branch information
tidusjar authored Aug 27, 2024
1 parent a84d26e commit e1f2a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ombi.Notifications/Ombi.Notifications.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Ensure.That" Version="10.1.0" />
<PackageReference Include="MailKit" Version="4.1.0" />
<PackageReference Include="MailKit" Version="4.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e1f2a84

Please sign in to comment.