Skip to content

Commit

Permalink
[deps]: Update nuget minor
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 27, 2024
1 parent dc00545 commit 3aeb5f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Common/Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="Serilog.Sinks.Seq" Version="8.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.0" />
<PackageReference Include="AWSSDK.SimpleEmailV2" Version="3.7.406.5" />
<PackageReference Include="AWSSDK.SimpleEmailV2" Version="3.7.406.8" />
<PackageReference Include="SendGrid" Version="9.29.3" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/Service/Service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<PackageReference Include="Fido2.AspNet" Version="4.0.0-beta.16" />
<PackageReference Include="Fido2.Models" Version="4.0.0-beta.16" />
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
<PackageReference Include="MessagePack" Version="3.1.0" />
<PackageReference Include="MessagePackAnalyzer" Version="3.1.0">
<PackageReference Include="MessagePack" Version="3.1.1" />
<PackageReference Include="MessagePackAnalyzer" Version="3.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion tests/Api.IntegrationTests/Api.IntegrationTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ItemGroup>
<PackageReference Include="Bogus" Version="35.6.1"/>
<PackageReference Include="FluentAssertions" Version="7.0.0"/>
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.5.0" />
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.5.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0"/>
<PackageReference Include="Microsoft.Extensions.TimeProvider.Testing" Version="9.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0"/>
Expand Down

0 comments on commit 3aeb5f3

Please sign in to comment.