diff --git a/Directory.Packages.props b/Directory.Packages.props index 8dbf35fc84..3dbdea9a1b 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -124,7 +124,7 @@ - + diff --git a/docs/en/release-info/migration-guides/abp-10-7.md b/docs/en/release-info/migration-guides/abp-10-7.md index 81d63bdc91..cd0b9f486e 100644 --- a/docs/en/release-info/migration-guides/abp-10-7.md +++ b/docs/en/release-info/migration-guides/abp-10-7.md @@ -216,7 +216,7 @@ Until you can upgrade, give every authorization server its own client signing ke - `Microsoft.AspNetCore.DataProtection` is added as a direct dependency. - MudBlazor is upgraded from **9.4.0** to **9.7.0**, and the Blazorise packages from **2.2.1** to **2.3.0**. - `MySql.EntityFrameworkCore` is upgraded from **10.0.1** to **10.0.9**. -- `MongoDB.Driver` is upgraded from **3.10.0** to **3.11.1**, and `AWSSDK.S3` and `AWSSDK.SecurityToken` to their current versions. +- `MongoDB.Driver` is upgraded from **3.10.0** to **3.11.2**, and `AWSSDK.S3` and `AWSSDK.SecurityToken` to their current versions. - ABP maps `Guid[]` query parameters through its own type mapping plugin on MySQL, and stores `IdentityUserPasskey.Data` as a serialized `json` column, because the MySQL providers support neither EF Core JSON columns nor primitive collections. The column name and the stored content stay the same. **What to do**