Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AerisG222 committed Oct 11, 2023
1 parent a027359 commit dfb995e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/Maw.Data/Maw.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.151" />
<PackageReference Include="Dapper" Version="2.1.4" />
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.3.8" />
<PackageReference Include="Npgsql" Version="7.0.6" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Maw.Domain/Maw.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Google.Apis.Gmail.v1" Version="1.62.1.3189" />
<PackageReference Include="Google.Apis.Gmail.v1" Version="1.62.1.3196" />
<PackageReference Include="IdentityModel" Version="6.2.0" />
<PackageReference Include="MailKit" Version="4.2.0" />
<PackageReference Include="MedallionShell" Version="1.6.2" />
Expand Down
4 changes: 2 additions & 2 deletions src/api/api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.11" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="7.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.12" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="7.0.12" />
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="7.0.0" />
<PackageReference Include="NSwag.AspNetCore" Version="13.20.0" />
<PackageReference Include="NWebsec.AspNetCore.Middleware" Version="3.0.0" />
Expand Down
8 changes: 4 additions & 4 deletions src/auth/auth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
<ItemGroup>
<PackageReference Include="Duende.IdentityServer" Version="6.3.5" />
<PackageReference Include="Duende.IdentityServer.AspNetIdentity" Version="6.3.5" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="7.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="7.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="7.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="7.0.12" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="7.0.12" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="7.0.12" />
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="7.0.0" />
<PackageReference Include="AspNet.Security.OAuth.GitHub" Version="7.0.4" />
<PackageReference Include="Dapper" Version="2.0.151" />
<PackageReference Include="Dapper" Version="2.1.4" />
<PackageReference Include="Npgsql" Version="7.0.6" />
<PackageReference Include="NWebsec.AspNetCore.Middleware" Version="3.0.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/www/www.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.12" />
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="7.0.0" />
<PackageReference Include="IdentityModel" Version="6.2.0" />
<PackageReference Include="Microsoft.FeatureManagement.AspNetCore" Version="2.6.1" />
Expand Down

0 comments on commit dfb995e

Please sign in to comment.