diff --git a/Directory.Build.props b/Directory.Build.props index e6be6fa77243..d83db2eabe2d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ net6.0 - 2023.10.2 + 2023.10.3 Bit.$(MSBuildProjectName) true enable diff --git a/bitwarden_license/src/Commercial.Infrastructure.EntityFramework/packages.lock.json b/bitwarden_license/src/Commercial.Infrastructure.EntityFramework/packages.lock.json index 95af9471f469..dd63536941b7 100644 --- a/bitwarden_license/src/Commercial.Infrastructure.EntityFramework/packages.lock.json +++ b/bitwarden_license/src/Commercial.Infrastructure.EntityFramework/packages.lock.json @@ -2628,7 +2628,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )", diff --git a/bitwarden_license/src/Scim/packages.lock.json b/bitwarden_license/src/Scim/packages.lock.json index afb234b03e31..bd79b565eb58 100644 --- a/bitwarden_license/src/Scim/packages.lock.json +++ b/bitwarden_license/src/Scim/packages.lock.json @@ -2631,7 +2631,7 @@ "infrastructure.dapper": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Dapper": "[2.0.123, )" } }, @@ -2639,7 +2639,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )", @@ -2651,9 +2651,9 @@ "sharedweb": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "Infrastructure.Dapper": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.Dapper": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } } } diff --git a/bitwarden_license/src/Sso/packages.lock.json b/bitwarden_license/src/Sso/packages.lock.json index 8cb3fb4f9996..893feb2fc305 100644 --- a/bitwarden_license/src/Sso/packages.lock.json +++ b/bitwarden_license/src/Sso/packages.lock.json @@ -2791,7 +2791,7 @@ "infrastructure.dapper": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Dapper": "[2.0.123, )" } }, @@ -2799,7 +2799,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )", @@ -2811,9 +2811,9 @@ "sharedweb": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "Infrastructure.Dapper": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.Dapper": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } } } diff --git a/bitwarden_license/test/Commercial.Core.Test/packages.lock.json b/bitwarden_license/test/Commercial.Core.Test/packages.lock.json index 19fb59a56074..953035509396 100644 --- a/bitwarden_license/test/Commercial.Core.Test/packages.lock.json +++ b/bitwarden_license/test/Commercial.Core.Test/packages.lock.json @@ -2667,7 +2667,7 @@ "commercial.core": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )" + "Core": "[2023.10.3, )" } }, "common": { @@ -2675,7 +2675,7 @@ "dependencies": { "AutoFixture.AutoNSubstitute": "[4.17.0, )", "AutoFixture.Xunit2": "[4.17.0, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )", "Microsoft.NET.Test.Sdk": "[17.1.0, )", "NSubstitute": "[4.3.0, )", @@ -2729,8 +2729,8 @@ "dependencies": { "AutoFixture.AutoNSubstitute": "[4.17.0, )", "AutoFixture.Xunit2": "[4.17.0, )", - "Common": "[2023.10.2, )", - "Core": "[2023.10.2, )", + "Common": "[2023.10.3, )", + "Core": "[2023.10.3, )", "Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )", "Microsoft.NET.Test.Sdk": "[17.1.0, )", "NSubstitute": "[4.3.0, )", diff --git a/bitwarden_license/test/Scim.IntegrationTest/packages.lock.json b/bitwarden_license/test/Scim.IntegrationTest/packages.lock.json index 091a66f697aa..383d3223c7c5 100644 --- a/bitwarden_license/test/Scim.IntegrationTest/packages.lock.json +++ b/bitwarden_license/test/Scim.IntegrationTest/packages.lock.json @@ -2989,7 +2989,7 @@ "dependencies": { "AutoFixture.AutoNSubstitute": "[4.17.0, )", "AutoFixture.Xunit2": "[4.17.0, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )", "Microsoft.NET.Test.Sdk": "[17.1.0, )", "NSubstitute": "[4.3.0, )", @@ -3041,15 +3041,15 @@ "identity": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "SharedWeb": "[2023.10.2, )", + "Core": "[2023.10.3, )", + "SharedWeb": "[2023.10.3, )", "Swashbuckle.AspNetCore.SwaggerGen": "[6.5.0, )" } }, "infrastructure.dapper": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Dapper": "[2.0.123, )" } }, @@ -3057,7 +3057,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )", @@ -3069,8 +3069,8 @@ "integrationtestcommon": { "type": "Project", "dependencies": { - "Common": "[2023.10.2, )", - "Identity": "[2023.10.2, )", + "Common": "[2023.10.3, )", + "Identity": "[2023.10.3, )", "Microsoft.AspNetCore.Mvc.Testing": "[6.0.5, )", "Microsoft.EntityFrameworkCore.InMemory": "[7.0.5, )", "Microsoft.Extensions.Configuration": "[6.0.1, )" @@ -3079,16 +3079,16 @@ "scim": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "SharedWeb": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "SharedWeb": "[2023.10.3, )" } }, "sharedweb": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "Infrastructure.Dapper": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.Dapper": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } } } diff --git a/bitwarden_license/test/Scim.Test/packages.lock.json b/bitwarden_license/test/Scim.Test/packages.lock.json index 4f3fa8335eb7..4b49e33f1b76 100644 --- a/bitwarden_license/test/Scim.Test/packages.lock.json +++ b/bitwarden_license/test/Scim.Test/packages.lock.json @@ -2834,7 +2834,7 @@ "dependencies": { "AutoFixture.AutoNSubstitute": "[4.17.0, )", "AutoFixture.Xunit2": "[4.17.0, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )", "Microsoft.NET.Test.Sdk": "[17.1.0, )", "NSubstitute": "[4.3.0, )", @@ -2886,7 +2886,7 @@ "infrastructure.dapper": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Dapper": "[2.0.123, )" } }, @@ -2894,7 +2894,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )", @@ -2906,16 +2906,16 @@ "scim": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "SharedWeb": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "SharedWeb": "[2023.10.3, )" } }, "sharedweb": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "Infrastructure.Dapper": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.Dapper": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } } } diff --git a/src/Admin/packages.lock.json b/src/Admin/packages.lock.json index c468daf7dd4f..e67ea24cf2b8 100644 --- a/src/Admin/packages.lock.json +++ b/src/Admin/packages.lock.json @@ -2792,15 +2792,15 @@ "commercial.core": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )" + "Core": "[2023.10.3, )" } }, "commercial.infrastructure.entityframework": { "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } }, "core": { @@ -2848,7 +2848,7 @@ "infrastructure.dapper": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Dapper": "[2.0.123, )" } }, @@ -2856,7 +2856,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )", @@ -2868,7 +2868,7 @@ "migrator": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.Extensions.Logging": "[6.0.0, )", "dbup-sqlserver": "[5.0.8, )" } @@ -2876,30 +2876,30 @@ "mysqlmigrations": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } }, "postgresmigrations": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } }, "sharedweb": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "Infrastructure.Dapper": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.Dapper": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } }, "sqlitemigrations": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } } } diff --git a/src/Api/packages.lock.json b/src/Api/packages.lock.json index 656993aa8f6c..b2bbe831dfa2 100644 --- a/src/Api/packages.lock.json +++ b/src/Api/packages.lock.json @@ -2772,15 +2772,15 @@ "commercial.core": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )" + "Core": "[2023.10.3, )" } }, "commercial.infrastructure.entityframework": { "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } }, "core": { @@ -2828,7 +2828,7 @@ "infrastructure.dapper": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Dapper": "[2.0.123, )" } }, @@ -2836,7 +2836,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )", @@ -2848,9 +2848,9 @@ "sharedweb": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "Infrastructure.Dapper": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.Dapper": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } } } diff --git a/src/Billing/packages.lock.json b/src/Billing/packages.lock.json index afb234b03e31..bd79b565eb58 100644 --- a/src/Billing/packages.lock.json +++ b/src/Billing/packages.lock.json @@ -2631,7 +2631,7 @@ "infrastructure.dapper": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Dapper": "[2.0.123, )" } }, @@ -2639,7 +2639,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )", @@ -2651,9 +2651,9 @@ "sharedweb": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "Infrastructure.Dapper": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.Dapper": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } } } diff --git a/src/Events/packages.lock.json b/src/Events/packages.lock.json index afb234b03e31..bd79b565eb58 100644 --- a/src/Events/packages.lock.json +++ b/src/Events/packages.lock.json @@ -2631,7 +2631,7 @@ "infrastructure.dapper": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Dapper": "[2.0.123, )" } }, @@ -2639,7 +2639,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )", @@ -2651,9 +2651,9 @@ "sharedweb": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "Infrastructure.Dapper": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.Dapper": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } } } diff --git a/src/EventsProcessor/packages.lock.json b/src/EventsProcessor/packages.lock.json index afb234b03e31..bd79b565eb58 100644 --- a/src/EventsProcessor/packages.lock.json +++ b/src/EventsProcessor/packages.lock.json @@ -2631,7 +2631,7 @@ "infrastructure.dapper": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Dapper": "[2.0.123, )" } }, @@ -2639,7 +2639,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )", @@ -2651,9 +2651,9 @@ "sharedweb": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "Infrastructure.Dapper": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.Dapper": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } } } diff --git a/src/Icons/packages.lock.json b/src/Icons/packages.lock.json index 229ece1a6774..a238ad796299 100644 --- a/src/Icons/packages.lock.json +++ b/src/Icons/packages.lock.json @@ -2640,7 +2640,7 @@ "infrastructure.dapper": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Dapper": "[2.0.123, )" } }, @@ -2648,7 +2648,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )", @@ -2660,9 +2660,9 @@ "sharedweb": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "Infrastructure.Dapper": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.Dapper": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } } } diff --git a/src/Identity/packages.lock.json b/src/Identity/packages.lock.json index d71bee33868a..8dfbd0af450d 100644 --- a/src/Identity/packages.lock.json +++ b/src/Identity/packages.lock.json @@ -2653,7 +2653,7 @@ "infrastructure.dapper": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Dapper": "[2.0.123, )" } }, @@ -2661,7 +2661,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )", @@ -2673,9 +2673,9 @@ "sharedweb": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "Infrastructure.Dapper": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.Dapper": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } } } diff --git a/src/Notifications/packages.lock.json b/src/Notifications/packages.lock.json index 42f6066da0ac..43ffd25e10e5 100644 --- a/src/Notifications/packages.lock.json +++ b/src/Notifications/packages.lock.json @@ -2681,7 +2681,7 @@ "infrastructure.dapper": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Dapper": "[2.0.123, )" } }, @@ -2689,7 +2689,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )", @@ -2701,9 +2701,9 @@ "sharedweb": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "Infrastructure.Dapper": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.Dapper": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } } } diff --git a/src/SharedWeb/packages.lock.json b/src/SharedWeb/packages.lock.json index 99ec0add7f08..87885919e91d 100644 --- a/src/SharedWeb/packages.lock.json +++ b/src/SharedWeb/packages.lock.json @@ -2631,7 +2631,7 @@ "infrastructure.dapper": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Dapper": "[2.0.123, )" } }, @@ -2639,7 +2639,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )", diff --git a/test/Api.IntegrationTest/packages.lock.json b/test/Api.IntegrationTest/packages.lock.json index 23c682cab55c..c7619b1ea9ce 100644 --- a/test/Api.IntegrationTest/packages.lock.json +++ b/test/Api.IntegrationTest/packages.lock.json @@ -3146,25 +3146,25 @@ "AspNetCore.HealthChecks.SqlServer": "[6.0.2, )", "AspNetCore.HealthChecks.Uris": "[6.0.3, )", "Azure.Messaging.EventGrid": "[4.10.0, )", - "Commercial.Core": "[2023.10.2, )", - "Commercial.Infrastructure.EntityFramework": "[2023.10.2, )", - "Core": "[2023.10.2, )", - "SharedWeb": "[2023.10.2, )", + "Commercial.Core": "[2023.10.3, )", + "Commercial.Infrastructure.EntityFramework": "[2023.10.3, )", + "Core": "[2023.10.3, )", + "SharedWeb": "[2023.10.3, )", "Swashbuckle.AspNetCore": "[6.5.0, )" } }, "commercial.core": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )" + "Core": "[2023.10.3, )" } }, "commercial.infrastructure.entityframework": { "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } }, "common": { @@ -3172,7 +3172,7 @@ "dependencies": { "AutoFixture.AutoNSubstitute": "[4.17.0, )", "AutoFixture.Xunit2": "[4.17.0, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )", "Microsoft.NET.Test.Sdk": "[17.1.0, )", "NSubstitute": "[4.3.0, )", @@ -3224,15 +3224,15 @@ "identity": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "SharedWeb": "[2023.10.2, )", + "Core": "[2023.10.3, )", + "SharedWeb": "[2023.10.3, )", "Swashbuckle.AspNetCore.SwaggerGen": "[6.5.0, )" } }, "infrastructure.dapper": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Dapper": "[2.0.123, )" } }, @@ -3240,7 +3240,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )", @@ -3252,8 +3252,8 @@ "integrationtestcommon": { "type": "Project", "dependencies": { - "Common": "[2023.10.2, )", - "Identity": "[2023.10.2, )", + "Common": "[2023.10.3, )", + "Identity": "[2023.10.3, )", "Microsoft.AspNetCore.Mvc.Testing": "[6.0.5, )", "Microsoft.EntityFrameworkCore.InMemory": "[7.0.5, )", "Microsoft.Extensions.Configuration": "[6.0.1, )" @@ -3262,9 +3262,9 @@ "sharedweb": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "Infrastructure.Dapper": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.Dapper": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } } } diff --git a/test/Api.Test/packages.lock.json b/test/Api.Test/packages.lock.json index 6e10a8f41084..8b11843fa84e 100644 --- a/test/Api.Test/packages.lock.json +++ b/test/Api.Test/packages.lock.json @@ -3015,25 +3015,25 @@ "AspNetCore.HealthChecks.SqlServer": "[6.0.2, )", "AspNetCore.HealthChecks.Uris": "[6.0.3, )", "Azure.Messaging.EventGrid": "[4.10.0, )", - "Commercial.Core": "[2023.10.2, )", - "Commercial.Infrastructure.EntityFramework": "[2023.10.2, )", - "Core": "[2023.10.2, )", - "SharedWeb": "[2023.10.2, )", + "Commercial.Core": "[2023.10.3, )", + "Commercial.Infrastructure.EntityFramework": "[2023.10.3, )", + "Core": "[2023.10.3, )", + "SharedWeb": "[2023.10.3, )", "Swashbuckle.AspNetCore": "[6.5.0, )" } }, "commercial.core": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )" + "Core": "[2023.10.3, )" } }, "commercial.infrastructure.entityframework": { "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } }, "common": { @@ -3041,7 +3041,7 @@ "dependencies": { "AutoFixture.AutoNSubstitute": "[4.17.0, )", "AutoFixture.Xunit2": "[4.17.0, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )", "Microsoft.NET.Test.Sdk": "[17.1.0, )", "NSubstitute": "[4.3.0, )", @@ -3095,8 +3095,8 @@ "dependencies": { "AutoFixture.AutoNSubstitute": "[4.17.0, )", "AutoFixture.Xunit2": "[4.17.0, )", - "Common": "[2023.10.2, )", - "Core": "[2023.10.2, )", + "Common": "[2023.10.3, )", + "Core": "[2023.10.3, )", "Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )", "Microsoft.NET.Test.Sdk": "[17.1.0, )", "NSubstitute": "[4.3.0, )", @@ -3106,7 +3106,7 @@ "infrastructure.dapper": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Dapper": "[2.0.123, )" } }, @@ -3114,7 +3114,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )", @@ -3126,9 +3126,9 @@ "sharedweb": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "Infrastructure.Dapper": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.Dapper": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } } } diff --git a/test/Billing.Test/packages.lock.json b/test/Billing.Test/packages.lock.json index bd2e2b72af05..85676443cb21 100644 --- a/test/Billing.Test/packages.lock.json +++ b/test/Billing.Test/packages.lock.json @@ -2842,8 +2842,8 @@ "billing": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "SharedWeb": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "SharedWeb": "[2023.10.3, )" } }, "common": { @@ -2851,7 +2851,7 @@ "dependencies": { "AutoFixture.AutoNSubstitute": "[4.17.0, )", "AutoFixture.Xunit2": "[4.17.0, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )", "Microsoft.NET.Test.Sdk": "[17.1.0, )", "NSubstitute": "[4.3.0, )", @@ -2903,7 +2903,7 @@ "infrastructure.dapper": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Dapper": "[2.0.123, )" } }, @@ -2911,7 +2911,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )", @@ -2923,9 +2923,9 @@ "sharedweb": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "Infrastructure.Dapper": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.Dapper": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } } } diff --git a/test/Core.Test/packages.lock.json b/test/Core.Test/packages.lock.json index 400368f27c26..e57748aa6a95 100644 --- a/test/Core.Test/packages.lock.json +++ b/test/Core.Test/packages.lock.json @@ -2673,7 +2673,7 @@ "dependencies": { "AutoFixture.AutoNSubstitute": "[4.17.0, )", "AutoFixture.Xunit2": "[4.17.0, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )", "Microsoft.NET.Test.Sdk": "[17.1.0, )", "NSubstitute": "[4.3.0, )", diff --git a/test/Icons.Test/packages.lock.json b/test/Icons.Test/packages.lock.json index cfe72eca3a86..76df4fe7f878 100644 --- a/test/Icons.Test/packages.lock.json +++ b/test/Icons.Test/packages.lock.json @@ -2842,7 +2842,7 @@ "dependencies": { "AutoFixture.AutoNSubstitute": "[4.17.0, )", "AutoFixture.Xunit2": "[4.17.0, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )", "Microsoft.NET.Test.Sdk": "[17.1.0, )", "NSubstitute": "[4.3.0, )", @@ -2895,14 +2895,14 @@ "type": "Project", "dependencies": { "AngleSharp": "[1.0.4, )", - "Core": "[2023.10.2, )", - "SharedWeb": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "SharedWeb": "[2023.10.3, )" } }, "infrastructure.dapper": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Dapper": "[2.0.123, )" } }, @@ -2910,7 +2910,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )", @@ -2922,9 +2922,9 @@ "sharedweb": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "Infrastructure.Dapper": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.Dapper": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } } } diff --git a/test/Identity.IntegrationTest/packages.lock.json b/test/Identity.IntegrationTest/packages.lock.json index b214bbf30d71..f8b818710888 100644 --- a/test/Identity.IntegrationTest/packages.lock.json +++ b/test/Identity.IntegrationTest/packages.lock.json @@ -2989,7 +2989,7 @@ "dependencies": { "AutoFixture.AutoNSubstitute": "[4.17.0, )", "AutoFixture.Xunit2": "[4.17.0, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )", "Microsoft.NET.Test.Sdk": "[17.1.0, )", "NSubstitute": "[4.3.0, )", @@ -3041,15 +3041,15 @@ "identity": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "SharedWeb": "[2023.10.2, )", + "Core": "[2023.10.3, )", + "SharedWeb": "[2023.10.3, )", "Swashbuckle.AspNetCore.SwaggerGen": "[6.5.0, )" } }, "infrastructure.dapper": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Dapper": "[2.0.123, )" } }, @@ -3057,7 +3057,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )", @@ -3069,8 +3069,8 @@ "integrationtestcommon": { "type": "Project", "dependencies": { - "Common": "[2023.10.2, )", - "Identity": "[2023.10.2, )", + "Common": "[2023.10.3, )", + "Identity": "[2023.10.3, )", "Microsoft.AspNetCore.Mvc.Testing": "[6.0.5, )", "Microsoft.EntityFrameworkCore.InMemory": "[7.0.5, )", "Microsoft.Extensions.Configuration": "[6.0.1, )" @@ -3079,9 +3079,9 @@ "sharedweb": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "Infrastructure.Dapper": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.Dapper": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } } } diff --git a/test/Identity.Test/packages.lock.json b/test/Identity.Test/packages.lock.json index 416bab394e37..7f8551411888 100644 --- a/test/Identity.Test/packages.lock.json +++ b/test/Identity.Test/packages.lock.json @@ -2856,7 +2856,7 @@ "dependencies": { "AutoFixture.AutoNSubstitute": "[4.17.0, )", "AutoFixture.Xunit2": "[4.17.0, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )", "Microsoft.NET.Test.Sdk": "[17.1.0, )", "NSubstitute": "[4.3.0, )", @@ -2908,15 +2908,15 @@ "identity": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "SharedWeb": "[2023.10.2, )", + "Core": "[2023.10.3, )", + "SharedWeb": "[2023.10.3, )", "Swashbuckle.AspNetCore.SwaggerGen": "[6.5.0, )" } }, "infrastructure.dapper": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Dapper": "[2.0.123, )" } }, @@ -2924,7 +2924,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )", @@ -2936,9 +2936,9 @@ "sharedweb": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "Infrastructure.Dapper": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.Dapper": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } } } diff --git a/test/Infrastructure.EFIntegration.Test/packages.lock.json b/test/Infrastructure.EFIntegration.Test/packages.lock.json index 675462c787f4..9d3f528f8cb8 100644 --- a/test/Infrastructure.EFIntegration.Test/packages.lock.json +++ b/test/Infrastructure.EFIntegration.Test/packages.lock.json @@ -2836,7 +2836,7 @@ "dependencies": { "AutoFixture.AutoNSubstitute": "[4.17.0, )", "AutoFixture.Xunit2": "[4.17.0, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )", "Microsoft.NET.Test.Sdk": "[17.1.0, )", "NSubstitute": "[4.3.0, )", @@ -2890,8 +2890,8 @@ "dependencies": { "AutoFixture.AutoNSubstitute": "[4.17.0, )", "AutoFixture.Xunit2": "[4.17.0, )", - "Common": "[2023.10.2, )", - "Core": "[2023.10.2, )", + "Common": "[2023.10.3, )", + "Core": "[2023.10.3, )", "Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )", "Microsoft.NET.Test.Sdk": "[17.1.0, )", "NSubstitute": "[4.3.0, )", @@ -2901,7 +2901,7 @@ "infrastructure.dapper": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Dapper": "[2.0.123, )" } }, @@ -2909,7 +2909,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )", diff --git a/test/Infrastructure.IntegrationTest/packages.lock.json b/test/Infrastructure.IntegrationTest/packages.lock.json index ec3f9b4d81bf..c7021bac88de 100644 --- a/test/Infrastructure.IntegrationTest/packages.lock.json +++ b/test/Infrastructure.IntegrationTest/packages.lock.json @@ -2746,7 +2746,7 @@ "infrastructure.dapper": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Dapper": "[2.0.123, )" } }, @@ -2754,7 +2754,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )", diff --git a/test/IntegrationTestCommon/packages.lock.json b/test/IntegrationTestCommon/packages.lock.json index 7a364e0fae81..a43f698fd2ec 100644 --- a/test/IntegrationTestCommon/packages.lock.json +++ b/test/IntegrationTestCommon/packages.lock.json @@ -2975,7 +2975,7 @@ "dependencies": { "AutoFixture.AutoNSubstitute": "[4.17.0, )", "AutoFixture.Xunit2": "[4.17.0, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )", "Microsoft.NET.Test.Sdk": "[17.1.0, )", "NSubstitute": "[4.3.0, )", @@ -3027,15 +3027,15 @@ "identity": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "SharedWeb": "[2023.10.2, )", + "Core": "[2023.10.3, )", + "SharedWeb": "[2023.10.3, )", "Swashbuckle.AspNetCore.SwaggerGen": "[6.5.0, )" } }, "infrastructure.dapper": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Dapper": "[2.0.123, )" } }, @@ -3043,7 +3043,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )", @@ -3055,9 +3055,9 @@ "sharedweb": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "Infrastructure.Dapper": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.Dapper": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } } } diff --git a/util/MsSqlMigratorUtility/packages.lock.json b/util/MsSqlMigratorUtility/packages.lock.json index b665121e8b38..2f4bd693b895 100644 --- a/util/MsSqlMigratorUtility/packages.lock.json +++ b/util/MsSqlMigratorUtility/packages.lock.json @@ -2709,7 +2709,7 @@ "migrator": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.Extensions.Logging": "[6.0.0, )", "dbup-sqlserver": "[5.0.8, )" } diff --git a/util/MySqlMigrations/packages.lock.json b/util/MySqlMigrations/packages.lock.json index 8b152d37c2cf..690cd068d31a 100644 --- a/util/MySqlMigrations/packages.lock.json +++ b/util/MySqlMigrations/packages.lock.json @@ -2657,7 +2657,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )", diff --git a/util/PostgresMigrations/packages.lock.json b/util/PostgresMigrations/packages.lock.json index 8b152d37c2cf..690cd068d31a 100644 --- a/util/PostgresMigrations/packages.lock.json +++ b/util/PostgresMigrations/packages.lock.json @@ -2657,7 +2657,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )", diff --git a/util/Setup/packages.lock.json b/util/Setup/packages.lock.json index 580df580288e..2c147504cf42 100644 --- a/util/Setup/packages.lock.json +++ b/util/Setup/packages.lock.json @@ -2677,7 +2677,7 @@ "migrator": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.Extensions.Logging": "[6.0.0, )", "dbup-sqlserver": "[5.0.8, )" } diff --git a/util/SqlServerEFScaffold/packages.lock.json b/util/SqlServerEFScaffold/packages.lock.json index 3587e297bc6f..adb4fea6bb60 100644 --- a/util/SqlServerEFScaffold/packages.lock.json +++ b/util/SqlServerEFScaffold/packages.lock.json @@ -2801,25 +2801,25 @@ "AspNetCore.HealthChecks.SqlServer": "[6.0.2, )", "AspNetCore.HealthChecks.Uris": "[6.0.3, )", "Azure.Messaging.EventGrid": "[4.10.0, )", - "Commercial.Core": "[2023.10.2, )", - "Commercial.Infrastructure.EntityFramework": "[2023.10.2, )", - "Core": "[2023.10.2, )", - "SharedWeb": "[2023.10.2, )", + "Commercial.Core": "[2023.10.3, )", + "Commercial.Infrastructure.EntityFramework": "[2023.10.3, )", + "Core": "[2023.10.3, )", + "SharedWeb": "[2023.10.3, )", "Swashbuckle.AspNetCore": "[6.5.0, )" } }, "commercial.core": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )" + "Core": "[2023.10.3, )" } }, "commercial.infrastructure.entityframework": { "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } }, "core": { @@ -2867,7 +2867,7 @@ "infrastructure.dapper": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Dapper": "[2.0.123, )" } }, @@ -2875,7 +2875,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )", @@ -2887,9 +2887,9 @@ "sharedweb": { "type": "Project", "dependencies": { - "Core": "[2023.10.2, )", - "Infrastructure.Dapper": "[2023.10.2, )", - "Infrastructure.EntityFramework": "[2023.10.2, )" + "Core": "[2023.10.3, )", + "Infrastructure.Dapper": "[2023.10.3, )", + "Infrastructure.EntityFramework": "[2023.10.3, )" } } } diff --git a/util/SqliteMigrations/packages.lock.json b/util/SqliteMigrations/packages.lock.json index 8b152d37c2cf..690cd068d31a 100644 --- a/util/SqliteMigrations/packages.lock.json +++ b/util/SqliteMigrations/packages.lock.json @@ -2657,7 +2657,7 @@ "type": "Project", "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )", - "Core": "[2023.10.2, )", + "Core": "[2023.10.3, )", "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )", "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )", "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",