Skip to content

Commit

Permalink
bump libs
Browse files Browse the repository at this point in the history
  • Loading branch information
AerisG222 committed Sep 14, 2023
1 parent 27ccb6e commit b9f541d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Maw.Data/Maw.Data.csproj
Expand Up @@ -16,7 +16,7 @@
<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.151" />
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.3.8" />
<PackageReference Include="Npgsql" Version="7.0.4" />
<PackageReference Include="Npgsql" Version="7.0.6" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Maw.Domain/Maw.Domain.csproj
Expand Up @@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Google.Apis.Gmail.v1" Version="1.62.0.3105" />
<PackageReference Include="Google.Apis.Gmail.v1" Version="1.62.0.3175" />
<PackageReference Include="IdentityModel" Version="6.2.0" />
<PackageReference Include="MailKit" Version="4.2.0" />
<PackageReference Include="MedallionShell" Version="1.6.2" />
Expand Down
2 changes: 1 addition & 1 deletion src/auth/auth.csproj
Expand Up @@ -22,7 +22,7 @@
<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="Npgsql" Version="7.0.4" />
<PackageReference Include="Npgsql" Version="7.0.6" />
<PackageReference Include="NWebsec.AspNetCore.Middleware" Version="3.0.0" />
</ItemGroup>

Expand Down

0 comments on commit b9f541d

Please sign in to comment.