Skip to content

Commit

Permalink
chore: Bumped platform dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfyUK committed Jan 3, 2025
1 parent 206acef commit 1266247
Show file tree
Hide file tree
Showing 17 changed files with 185 additions and 185 deletions.
12 changes: 6 additions & 6 deletions platform/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="AspNetCore.HealthChecks.AzureSearch" Version="8.0.1"/>
<PackageVersion Include="AspNetCore.HealthChecks.SqlServer" Version="8.0.2"/>
<PackageVersion Include="AspNetCore.HealthChecks.AzureSearch" Version="9.0.0"/>
<PackageVersion Include="AspNetCore.HealthChecks.SqlServer" Version="9.0.0"/>
<PackageVersion Include="AutoFixture" Version="4.18.1"/>
<PackageVersion Include="Azure.Search.Documents" Version="11.6.0"/>
<PackageVersion Include="AzureExtensions.Swashbuckle" Version="3.3.2"/>
<PackageVersion Include="CommandLineParser" Version="2.9.1"/>
<PackageVersion Include="coverlet.collector" Version="6.0.2">
<PackageVersion Include="coverlet.collector" Version="6.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageVersion>
<PackageVersion Include="Dapper" Version="2.1.35"/>
<PackageVersion Include="Dapper.Contrib" Version="2.0.78"/>
<PackageVersion Include="Dapper.SqlBuilder" Version="2.0.78"/>
<PackageVersion Include="dbup-sqlserver" Version="5.0.40"/>
<PackageVersion Include="FluentAssertions" Version="6.12.2"/>
<PackageVersion Include="FluentAssertions" Version="7.0.0"/>
<PackageVersion Include="FluentValidation" Version="11.11.0"/>
<PackageVersion Include="JsonSubTypes" Version="2.0.1"/>
<PackageVersion Include="Microsoft.ApplicationInsights" Version="2.22.0"/>
Expand All @@ -27,7 +27,7 @@
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Core" Version="2.0.0"/>
<PackageVersion Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="2.0.0"/>
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.Abstractions" Version="1.3.0"/>
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.DurableTask" Version="1.2.1"/>
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.DurableTask" Version="1.2.2"/>
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.2.0"/>
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.OpenApi" Version="1.5.1"/>
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.Storage" Version="6.6.0"/>
Expand All @@ -53,7 +53,7 @@
<PackageVersion Include="System.Linq.Async" Version="6.0.1"/>
<PackageVersion Include="System.Text.Json" Version="8.0.4"/>
<PackageVersion Include="xunit" Version="2.9.2"/>
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2">
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageVersion>
Expand Down
26 changes: 13 additions & 13 deletions platform/src/apis/Platform.Api.Benchmark/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"net8.0": {
"AspNetCore.HealthChecks.SqlServer": {
"type": "Direct",
"requested": "[8.0.2, )",
"resolved": "8.0.2",
"contentHash": "sTcVVq7/zhfUrSTs0WAktvPdpU1He/sj14gRTogq4eFhn0oImolxNNhJczkYMgFF92RMMW+O+rlcFO7HVOpfiQ==",
"requested": "[9.0.0, )",
"resolved": "9.0.0",
"contentHash": "UxCf65iCF2nU1u7AcB320abjL4CRg5swCgJECY6mKk1j5lrGMfVtskWwriGs1T29pYdRig9Vra3SPnP+4G82pA==",
"dependencies": {
"Microsoft.Data.SqlClient": "5.2.0",
"Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0"
"Microsoft.Data.SqlClient": "5.2.2",
"Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11"
}
},
"Dapper.Contrib": {
Expand Down Expand Up @@ -713,8 +713,8 @@
},
"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": {
"type": "Transitive",
"resolved": "8.0.0",
"contentHash": "AT2qqos3IgI09ok36Qag9T8bb6kHJ3uT9Q5ki6CySybFsK6/9JbvQAgAHf1pVEjST0/N4JaFaCbm40R5edffwg=="
"resolved": "8.0.11",
"contentHash": "So3JUdRxozRjvQ3cxU6F3nI/i4emDnjane6yMYcJhvTTTu29ltlIdoXjkFGRceIWz8yKvuEpzXItZ0x5GvN2nQ=="
},
"Microsoft.Extensions.FileProviders.Abstractions": {
"type": "Transitive",
Expand Down Expand Up @@ -2132,13 +2132,13 @@
"Microsoft.Extensions.Diagnostics.HealthChecks": {
"type": "CentralTransitive",
"requested": "[8.0.7, )",
"resolved": "8.0.0",
"contentHash": "P9SoBuVZhJPpALZmSq72aQEb9ryP67EdquaCZGXGrrcASTNHYdrUhnpgSwIipgM5oVC+dKpRXg5zxobmF9xr5g==",
"resolved": "8.0.11",
"contentHash": "zLgN22Zp9pk8RHlwssRTexw4+a6wqOnKWN+VejdPn5Yhjql4XiBhkFo35Nu8mmqHIk/UEmmCnMGLWq75aFfkOw==",
"dependencies": {
"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.0",
"Microsoft.Extensions.Hosting.Abstractions": "8.0.0",
"Microsoft.Extensions.Logging.Abstractions": "8.0.0",
"Microsoft.Extensions.Options": "8.0.0"
"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.11",
"Microsoft.Extensions.Hosting.Abstractions": "8.0.1",
"Microsoft.Extensions.Logging.Abstractions": "8.0.2",
"Microsoft.Extensions.Options": "8.0.2"
}
},
"Microsoft.Extensions.Logging": {
Expand Down
34 changes: 17 additions & 17 deletions platform/src/apis/Platform.Api.Establishment/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
"net8.0": {
"AspNetCore.HealthChecks.AzureSearch": {
"type": "Direct",
"requested": "[8.0.1, )",
"resolved": "8.0.1",
"contentHash": "rEpoQN11MnaAXuWIL4N0z0cCxYmRg6u5vy1/tsxlMgnLwoQBJ5hun9noL5sxlGu21PXD/RsEEpd+j8PIRZg/QQ==",
"requested": "[9.0.0, )",
"resolved": "9.0.0",
"contentHash": "+S8xLA2tAfVO+pYtLEYsGO+LnOuT3njdGBFZF6ENZ31e5X9BaybBmdM0FKqGP+281L+Qo+VCPV/e9GKAcCznHA==",
"dependencies": {
"Azure.Search.Documents": "11.5.0",
"Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0"
"Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11"
}
},
"AspNetCore.HealthChecks.SqlServer": {
"type": "Direct",
"requested": "[8.0.2, )",
"resolved": "8.0.2",
"contentHash": "sTcVVq7/zhfUrSTs0WAktvPdpU1He/sj14gRTogq4eFhn0oImolxNNhJczkYMgFF92RMMW+O+rlcFO7HVOpfiQ==",
"requested": "[9.0.0, )",
"resolved": "9.0.0",
"contentHash": "UxCf65iCF2nU1u7AcB320abjL4CRg5swCgJECY6mKk1j5lrGMfVtskWwriGs1T29pYdRig9Vra3SPnP+4G82pA==",
"dependencies": {
"Microsoft.Data.SqlClient": "5.2.0",
"Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0"
"Microsoft.Data.SqlClient": "5.2.2",
"Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11"
}
},
"Dapper.Contrib": {
Expand Down Expand Up @@ -712,8 +712,8 @@
},
"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": {
"type": "Transitive",
"resolved": "8.0.0",
"contentHash": "AT2qqos3IgI09ok36Qag9T8bb6kHJ3uT9Q5ki6CySybFsK6/9JbvQAgAHf1pVEjST0/N4JaFaCbm40R5edffwg=="
"resolved": "8.0.11",
"contentHash": "So3JUdRxozRjvQ3cxU6F3nI/i4emDnjane6yMYcJhvTTTu29ltlIdoXjkFGRceIWz8yKvuEpzXItZ0x5GvN2nQ=="
},
"Microsoft.Extensions.FileProviders.Abstractions": {
"type": "Transitive",
Expand Down Expand Up @@ -2166,13 +2166,13 @@
"Microsoft.Extensions.Diagnostics.HealthChecks": {
"type": "CentralTransitive",
"requested": "[8.0.7, )",
"resolved": "8.0.0",
"contentHash": "P9SoBuVZhJPpALZmSq72aQEb9ryP67EdquaCZGXGrrcASTNHYdrUhnpgSwIipgM5oVC+dKpRXg5zxobmF9xr5g==",
"resolved": "8.0.11",
"contentHash": "zLgN22Zp9pk8RHlwssRTexw4+a6wqOnKWN+VejdPn5Yhjql4XiBhkFo35Nu8mmqHIk/UEmmCnMGLWq75aFfkOw==",
"dependencies": {
"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.0",
"Microsoft.Extensions.Hosting.Abstractions": "8.0.0",
"Microsoft.Extensions.Logging.Abstractions": "8.0.0",
"Microsoft.Extensions.Options": "8.0.0"
"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.11",
"Microsoft.Extensions.Hosting.Abstractions": "8.0.1",
"Microsoft.Extensions.Logging.Abstractions": "8.0.2",
"Microsoft.Extensions.Options": "8.0.2"
}
},
"Microsoft.Extensions.Logging": {
Expand Down
26 changes: 13 additions & 13 deletions platform/src/apis/Platform.Api.Insight/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"net8.0": {
"AspNetCore.HealthChecks.SqlServer": {
"type": "Direct",
"requested": "[8.0.2, )",
"resolved": "8.0.2",
"contentHash": "sTcVVq7/zhfUrSTs0WAktvPdpU1He/sj14gRTogq4eFhn0oImolxNNhJczkYMgFF92RMMW+O+rlcFO7HVOpfiQ==",
"requested": "[9.0.0, )",
"resolved": "9.0.0",
"contentHash": "UxCf65iCF2nU1u7AcB320abjL4CRg5swCgJECY6mKk1j5lrGMfVtskWwriGs1T29pYdRig9Vra3SPnP+4G82pA==",
"dependencies": {
"Microsoft.Data.SqlClient": "5.2.0",
"Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0"
"Microsoft.Data.SqlClient": "5.2.2",
"Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.11"
}
},
"Dapper.SqlBuilder": {
Expand Down Expand Up @@ -693,8 +693,8 @@
},
"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": {
"type": "Transitive",
"resolved": "8.0.0",
"contentHash": "AT2qqos3IgI09ok36Qag9T8bb6kHJ3uT9Q5ki6CySybFsK6/9JbvQAgAHf1pVEjST0/N4JaFaCbm40R5edffwg=="
"resolved": "8.0.11",
"contentHash": "So3JUdRxozRjvQ3cxU6F3nI/i4emDnjane6yMYcJhvTTTu29ltlIdoXjkFGRceIWz8yKvuEpzXItZ0x5GvN2nQ=="
},
"Microsoft.Extensions.FileProviders.Abstractions": {
"type": "Transitive",
Expand Down Expand Up @@ -2120,13 +2120,13 @@
"Microsoft.Extensions.Diagnostics.HealthChecks": {
"type": "CentralTransitive",
"requested": "[8.0.7, )",
"resolved": "8.0.0",
"contentHash": "P9SoBuVZhJPpALZmSq72aQEb9ryP67EdquaCZGXGrrcASTNHYdrUhnpgSwIipgM5oVC+dKpRXg5zxobmF9xr5g==",
"resolved": "8.0.11",
"contentHash": "zLgN22Zp9pk8RHlwssRTexw4+a6wqOnKWN+VejdPn5Yhjql4XiBhkFo35Nu8mmqHIk/UEmmCnMGLWq75aFfkOw==",
"dependencies": {
"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.0",
"Microsoft.Extensions.Hosting.Abstractions": "8.0.0",
"Microsoft.Extensions.Logging.Abstractions": "8.0.0",
"Microsoft.Extensions.Options": "8.0.0"
"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.11",
"Microsoft.Extensions.Hosting.Abstractions": "8.0.1",
"Microsoft.Extensions.Logging.Abstractions": "8.0.2",
"Microsoft.Extensions.Options": "8.0.2"
}
},
"Microsoft.Extensions.Logging": {
Expand Down
6 changes: 3 additions & 3 deletions platform/src/apis/Platform.Orchestrator/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
},
"Microsoft.Azure.Functions.Worker.Extensions.DurableTask": {
"type": "Direct",
"requested": "[1.2.1, )",
"resolved": "1.2.1",
"contentHash": "e0zdFbhgqGbk/2SObQQQGpzxDKZ431jBd8E+PnpnBXgZrfhYPQZlepx4llzJlyeXRUyzZ+cywbVRIiKb62zW2Q==",
"requested": "[1.2.2, )",
"resolved": "1.2.2",
"contentHash": "4ozw+FXR4u8UTYls67z6Kwm1RbZLRTMq2SDHYWtw+JiUWZjsYZJlre3kV9+Fw5mfmWHJ+iUdVv0idNswg2HLMQ==",
"dependencies": {
"Microsoft.Azure.Functions.Worker.Core": "1.16.0",
"Microsoft.Azure.Functions.Worker.Extensions.Abstractions": "1.3.0",
Expand Down
4 changes: 2 additions & 2 deletions platform/terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9.8 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 4.12.0 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 4.14.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 4.12.0 |
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 4.14.0 |
| <a name="provider_external"></a> [external](#provider\_external) | 2.3.4 |

## Modules
Expand Down
2 changes: 1 addition & 1 deletion platform/terraform/modules/functions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9.8 |
| <a name="requirement_azapi"></a> [azapi](#requirement\_azapi) | ~> 2.1.0 |
| <a name="requirement_azapi"></a> [azapi](#requirement\_azapi) | ~> 2.2.0 |
| <a name="requirement_mssql"></a> [mssql](#requirement\_mssql) | 0.3.1 |

## Providers
Expand Down
2 changes: 1 addition & 1 deletion platform/terraform/modules/functions/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azapi = {
source = "azure/azapi"
version = "~> 2.1.0"
version = "~> 2.2.0"
}
mssql = {
source = "betr-io/mssql"
Expand Down
2 changes: 1 addition & 1 deletion platform/terraform/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 4.12.0"
version = "~> 4.14.0"
}
}
backend "azurerm" {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
| URN | 990000 |
| SchoolName | Test school 176 |
| SchoolType | Voluntary aided school |
| LAName | Bedford |
| LAName | Test Local Authority |
| TotalPupils | 418.00 |
| SchoolInYearBalance | |
| InYearBalance | 121827.00 |
Expand All @@ -32,7 +32,7 @@
| URN | 990000 |
| SchoolName | Test school 176 |
| SchoolType | Voluntary aided school |
| LAName | Bedford |
| LAName | Test Local Authority |
| TotalPupils | 418.00 |
| SchoolInYearBalance | 121827.00 |
| InYearBalance | 121827.00 |
Expand Down
12 changes: 6 additions & 6 deletions platform/tests/Platform.ApiTests/Features/InsightCensus.feature
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
Then the census result should be ok and contain:
| Field | Value |
| AuxiliaryStaff | |
| LAName | Bedford |
| LAName | Test Local Authority |
| NonClassroomSupportStaff | |
| PercentTeacherWithQualifiedStatus | |
| SchoolName | Test school 176 |
Expand All @@ -49,7 +49,7 @@
Then the census result should be ok and contain:
| Field | Value |
| AuxiliaryStaff | 3.00 |
| LAName | Bedford |
| LAName | Test Local Authority |
| NonClassroomSupportStaff | 0.00 |
| PercentTeacherWithQualifiedStatus | 1.00 |
| SchoolName | Test school 176 |
Expand Down Expand Up @@ -86,10 +86,10 @@
| 990002 |
When I submit the insights census request
Then the census query result should be ok and contain:
| SchoolName | SchoolType | LAName | AuxiliaryStaff | NonClassroomSupportStaff | PercentTeacherWithQualifiedStatus | SeniorLeadership | Teachers | TeachingAssistant | TotalPupils | URN | Workforce | WorkforceHeadcount |
| Test school 176 | Voluntary aided school | Bedford | 3.00 | 0.00 | 1.00 | 16.00 | 116.00 | 1.00 | 337.00 | 990000 | 29.00 | 33.00 |
| Test school 241 | Voluntary aided school | Islington | 3.00 | 0.00 | 1.00 | 11.00 | 147.00 | 1.00 | 164.00 | 990001 | 27.00 | 39.00 |
| Test school 224 | Local authority nursery school | Isle of Wight | 2.00 | 0.00 | 1.00 | 4.00 | 136.00 | 1.00 | 86.00 | 990002 | 15.00 | 20.00 |
| SchoolName | SchoolType | LAName | AuxiliaryStaff | NonClassroomSupportStaff | PercentTeacherWithQualifiedStatus | SeniorLeadership | Teachers | TeachingAssistant | TotalPupils | URN | Workforce | WorkforceHeadcount |
| Test school 176 | Voluntary aided school | Test Local Authority | 3.00 | 0.00 | 1.00 | 16.00 | 116.00 | 1.00 | 337.00 | 990000 | 29.00 | 33.00 |
| Test school 241 | Voluntary aided school | Islington | 3.00 | 0.00 | 1.00 | 11.00 | 147.00 | 1.00 | 164.00 | 990001 | 27.00 | 39.00 |
| Test school 224 | Local authority nursery school | Isle of Wight | 2.00 | 0.00 | 1.00 | 4.00 | 136.00 | 1.00 | 86.00 | 990002 | 15.00 | 20.00 |

Scenario: Sending a valid school census query request with company number and phase
Given a valid school census query request with company number '8104190' and phase 'Secondary'
Expand Down
Loading

0 comments on commit 1266247

Please sign in to comment.