Skip to content

Commit b662942

Browse files
Bump the packages group across 1 directory with 5 updates
Bumps the packages group with 5 updates in the /src/Snap.Hutao.Server directory: | Package | From | To | | --- | --- | --- | | [MailKit](https://github.com/jstedfast/MailKit) | `4.8.0` | `4.10.0` | | [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `8.0.10` | `8.0.12` | | [Microsoft.AspNetCore.Identity.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) | `8.0.10` | `8.0.12` | | [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) | `2.8.16` | `2.8.24` | | [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.9.0` | `7.2.0` | Updates `MailKit` from 4.8.0 to 4.10.0 - [Changelog](https://github.com/jstedfast/MailKit/blob/master/ReleaseNotes.md) - [Commits](jstedfast/MailKit@4.8.0...4.10.0) Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 8.0.10 to 8.0.12 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v8.0.10...v8.0.12) Updates `Microsoft.AspNetCore.Identity.EntityFrameworkCore` from 8.0.10 to 8.0.12 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v8.0.10...v8.0.12) Updates `StackExchange.Redis` from 2.8.16 to 2.8.24 - [Release notes](https://github.com/StackExchange/StackExchange.Redis/releases) - [Changelog](https://github.com/StackExchange/StackExchange.Redis/blob/main/docs/ReleaseNotes.md) - [Commits](StackExchange/StackExchange.Redis@2.8.16...2.8.24) Updates `Swashbuckle.AspNetCore` from 6.9.0 to 7.2.0 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.9.0...v7.2.0) --- updated-dependencies: - dependency-name: MailKit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: packages - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: packages - dependency-name: Microsoft.AspNetCore.Identity.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: packages - dependency-name: StackExchange.Redis dependency-type: direct:production update-type: version-update:semver-patch dependency-group: packages - dependency-name: Swashbuckle.AspNetCore dependency-type: direct:production update-type: version-update:semver-major dependency-group: packages ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3cf7edc commit b662942

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Snap.Hutao.Server/Snap.Hutao.Server/Snap.Hutao.Server.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@
1919

2020
<ItemGroup>
2121
<PackageReference Include="Disqord.Bot" Version="1.0.0-alpha3" />
22-
<PackageReference Include="MailKit" Version="4.8.0" />
23-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.10" />
24-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.10" />
22+
<PackageReference Include="MailKit" Version="4.10.0" />
23+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.12" />
24+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.12" />
2525
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.10">
2626
<PrivateAssets>all</PrivateAssets>
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2828
</PackageReference>
2929
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.2" />
3030
<PackageReference Include="Quartz.AspNetCore" Version="3.13.1" />
31-
<PackageReference Include="StackExchange.Redis" Version="2.8.16" />
31+
<PackageReference Include="StackExchange.Redis" Version="2.8.24" />
3232
<PackageReference Include="StyleCop.Analyzers.Unstable" Version="1.2.0.556">
3333
<PrivateAssets>all</PrivateAssets>
3434
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3535
</PackageReference>
36-
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" />
36+
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
3737
</ItemGroup>
3838

3939
<ItemGroup>

0 commit comments

Comments
 (0)