Skip to content

Commit 98c2d38

Browse files
committed
fix: src/LittleBlocks.Notifications.Messaging.MailKit/LittleBlocks.Notifications.Messaging.MailKit.csproj to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DOTNET-SYSTEMFORMATSASN1-7443633
1 parent ce4b819 commit 98c2d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LittleBlocks.Notifications.Messaging.MailKit/LittleBlocks.Notifications.Messaging.MailKit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="MailKit" Version="3.4.3" />
17+
<PackageReference Include="MailKit" Version="4.9.0" />
1818
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.3" />
1919
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
2020
</ItemGroup>

0 commit comments

Comments
 (0)