Skip to content

Commit

Permalink
Merge pull request #1457 from DFE-Digital/dependabot/nuget/Swashbuckl…
Browse files Browse the repository at this point in the history
…e.AspNetCore-6.7.0

Bump Swashbuckle.AspNetCore from 6.5.0 to 6.7.0
  • Loading branch information
martyn-w authored Aug 12, 2024
2 parents 2585f8f + 08aa9da commit ef0984b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GetIntoTeachingApi/GetIntoTeachingApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<PackageReference Include="Sentry.AspNetCore" Version="4.6.2" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.1" />
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.0" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.5.0" />
<PackageReference Include="System.IO.Compression.ZipFile" Version="4.3.0" />
<PackageReference Include="dotenv.net" Version="3.1.3" />
Expand Down
2 changes: 1 addition & 1 deletion GetIntoTeachingApi/Models/Crm/Candidate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace GetIntoTeachingApi.Models.Crm
{
[Entity("contact")]
[SwaggerIgnore]
[GetIntoTeachingApi.Attributes.SwaggerIgnore]
public class Candidate : BaseModel
{
public static readonly Guid AdviserBusinessUnitId = new Guid("1A61F629-F502-E911-A972-000D3A23443B");
Expand Down

0 comments on commit ef0984b

Please sign in to comment.