mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
Bumped version to 2023.10.2 (#3415)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
This commit is contained in:
![41898282+github-actions[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
GitHub

parent
66c5ccf82d
commit
3f7ff52f0b
@ -3138,25 +3138,25 @@
|
||||
"AspNetCore.HealthChecks.SqlServer": "[6.0.2, )",
|
||||
"AspNetCore.HealthChecks.Uris": "[6.0.3, )",
|
||||
"Azure.Messaging.EventGrid": "[4.10.0, )",
|
||||
"Commercial.Core": "[2023.10.1, )",
|
||||
"Commercial.Infrastructure.EntityFramework": "[2023.10.1, )",
|
||||
"Core": "[2023.10.1, )",
|
||||
"SharedWeb": "[2023.10.1, )",
|
||||
"Commercial.Core": "[2023.10.2, )",
|
||||
"Commercial.Infrastructure.EntityFramework": "[2023.10.2, )",
|
||||
"Core": "[2023.10.2, )",
|
||||
"SharedWeb": "[2023.10.2, )",
|
||||
"Swashbuckle.AspNetCore": "[6.5.0, )"
|
||||
}
|
||||
},
|
||||
"commercial.core": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "[2023.10.1, )"
|
||||
"Core": "[2023.10.2, )"
|
||||
}
|
||||
},
|
||||
"commercial.infrastructure.entityframework": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
|
||||
"Core": "[2023.10.1, )",
|
||||
"Infrastructure.EntityFramework": "[2023.10.1, )"
|
||||
"Core": "[2023.10.2, )",
|
||||
"Infrastructure.EntityFramework": "[2023.10.2, )"
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
@ -3164,7 +3164,7 @@
|
||||
"dependencies": {
|
||||
"AutoFixture.AutoNSubstitute": "[4.17.0, )",
|
||||
"AutoFixture.Xunit2": "[4.17.0, )",
|
||||
"Core": "[2023.10.1, )",
|
||||
"Core": "[2023.10.2, )",
|
||||
"Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )",
|
||||
"Microsoft.NET.Test.Sdk": "[17.1.0, )",
|
||||
"NSubstitute": "[4.3.0, )",
|
||||
@ -3216,15 +3216,15 @@
|
||||
"identity": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "[2023.10.1, )",
|
||||
"SharedWeb": "[2023.10.1, )",
|
||||
"Core": "[2023.10.2, )",
|
||||
"SharedWeb": "[2023.10.2, )",
|
||||
"Swashbuckle.AspNetCore.SwaggerGen": "[6.5.0, )"
|
||||
}
|
||||
},
|
||||
"infrastructure.dapper": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "[2023.10.1, )",
|
||||
"Core": "[2023.10.2, )",
|
||||
"Dapper": "[2.0.123, )"
|
||||
}
|
||||
},
|
||||
@ -3232,7 +3232,7 @@
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
|
||||
"Core": "[2023.10.1, )",
|
||||
"Core": "[2023.10.2, )",
|
||||
"Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
|
||||
"Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
|
||||
"Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
|
||||
@ -3244,8 +3244,8 @@
|
||||
"integrationtestcommon": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Common": "[2023.10.1, )",
|
||||
"Identity": "[2023.10.1, )",
|
||||
"Common": "[2023.10.2, )",
|
||||
"Identity": "[2023.10.2, )",
|
||||
"Microsoft.AspNetCore.Mvc.Testing": "[6.0.5, )",
|
||||
"Microsoft.Extensions.Configuration": "[6.0.1, )"
|
||||
}
|
||||
@ -3253,9 +3253,9 @@
|
||||
"sharedweb": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "[2023.10.1, )",
|
||||
"Infrastructure.Dapper": "[2023.10.1, )",
|
||||
"Infrastructure.EntityFramework": "[2023.10.1, )"
|
||||
"Core": "[2023.10.2, )",
|
||||
"Infrastructure.Dapper": "[2023.10.2, )",
|
||||
"Infrastructure.EntityFramework": "[2023.10.2, )"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user