Skip to content

Commit 570bbb2

Browse files
committed
Bump Swashbuckle.AspNetCore to 10.2.3
CI builds with -warnaserror, so NU1903 for the transitively referenced Microsoft.OpenApi 2.4.1 (GHSA-v5pm-xwqc-g5wc, high severity) failed the build. Swashbuckle.AspNetCore 10.1.7 pins Microsoft.OpenApi 2.4.1; 10.2.3 pins the patched 2.7.5, staying within the 2.x line so no API changes are required.
1 parent 8c98597 commit 570bbb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<PackageReference Include="Microsoft.Identity.Web" Version="4.8.0" />
4848
<PackageReference Include="MQTTnet" Version="4.3.7.1207" />
4949
<PackageReference Include="MQTTnet.Extensions.ManagedClient" Version="4.3.7.1207" />
50-
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.7" />
50+
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.2.3" />
5151
<PackageReference Include="System.Security.Cryptography.Xml" Version="10.0.7" />
5252
<!-- Pin Kiota.Abstractions to the patched version until Graph updates transitively. -->
5353
<!--

0 commit comments

Comments
 (0)