Skip to content

Commit bb5c84a

Browse files
chore: Bump Swashbuckle.AspNetCore from 10.1.2 to 10.1.3 (#131)
* Staging (#118) * Update permissions in deploy.yml to allow writing for GitHub releases * Add job name to staging-to-main workflow for clarity * chore: Bump Swashbuckle.AspNetCore from 10.1.2 to 10.1.3 --- updated-dependencies: - dependency-name: Swashbuckle.AspNetCore dependency-version: 10.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Staging (#125) * Update permissions in deploy.yml to allow writing for GitHub releases * Add job name to staging-to-main workflow for clarity * Sanitize URLs in logging for schema loading and error handling (#124) * Update staging-to-main workflow to allow dependabot merges and modify .gitignore to include log files (#132) * Update .gitignore to ignore all log files in the logs directory (#134) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Jeff Cumpsty <jeff.cumpsty@tpximpact.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5d6e6f9 commit bb5c84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenReferralApi/OpenReferralApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.15.0" />
3131
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
3232
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
33-
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.2" />
33+
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.3" />
3434
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.15.0" />
3535
</ItemGroup>
3636

0 commit comments

Comments
 (0)