Compare commits

...

2 Commits

Author SHA1 Message Date
4bea00d99e chore(deps): update dependency aspnetcore.healthchecks.mongodb to v8.1.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-10-01 05:08:03 +00:00
a7538f6b43 chore(deps): update dependency swashbuckle.aspnetcore to v6.8.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-10-01 01:15:25 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.1"/>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.1"/>
</ItemGroup>
<ItemGroup>

View File

@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="2.28.0"/>
<PackageReference Include="MongoDB.Driver.Core" Version="2.28.0"/>
<PackageReference Include="AspNetCore.HealthChecks.MongoDb" Version="8.0.1"/>
<PackageReference Include="AspNetCore.HealthChecks.MongoDb" Version="8.1.0"/>
</ItemGroup>
<ItemGroup>