Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump Swashbuckle.AspNetCore.SwaggerUI from 10.0.1 to 10.1.0
---
updated-dependencies:
- dependency-name: Swashbuckle.AspNetCore.SwaggerUI
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Tsingis committed Dec 20, 2025
commit a7750ba32d6095b6152c161fae2d2f8e43ae7947
6 changes: 3 additions & 3 deletions src/Api/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@
},
"Swashbuckle.AspNetCore.SwaggerUI": {
"type": "Direct",
"requested": "[10.0.1, )",
"resolved": "10.0.1",
"contentHash": "a2eLI/fCxJ3WH+H1hr7Q2T82ZBk20FfqYBEZ9hOr3f+426ZUfGU2LxYWzOJrf5/4y6EKShmWpjJG01h3Rc+l6Q=="
"requested": "[10.1.0, )",
"resolved": "10.1.0",
"contentHash": "ilUsTvGA9hO1ulR7ibdWMWSg3438Iu+pDFcEYUorp+/ClHwaHFdpp/ATfBsFXv2sIRVDbQlEwd5BWBOdMdtKCA=="
},
"Asp.Versioning.Abstractions": {
"type": "Transitive",
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<PackageVersion Include="Serilog.Sinks.ApplicationInsights" Version="4.1.0" />
<PackageVersion Include="Serilog.Sinks.Async" Version="2.1.0" />
<PackageVersion Include="Serilog.Sinks.Console" Version="6.1.1" />
<PackageVersion Include="Swashbuckle.AspNetCore.SwaggerUI" Version="10.0.1" />
<PackageVersion Include="Swashbuckle.AspNetCore.SwaggerUI" Version="10.1.0" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions tests/ArchitectureTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -718,8 +718,8 @@
},
"Swashbuckle.AspNetCore.SwaggerUI": {
"type": "Transitive",
"resolved": "10.0.1",
"contentHash": "a2eLI/fCxJ3WH+H1hr7Q2T82ZBk20FfqYBEZ9hOr3f+426ZUfGU2LxYWzOJrf5/4y6EKShmWpjJG01h3Rc+l6Q=="
"resolved": "10.1.0",
"contentHash": "ilUsTvGA9hO1ulR7ibdWMWSg3438Iu+pDFcEYUorp+/ClHwaHFdpp/ATfBsFXv2sIRVDbQlEwd5BWBOdMdtKCA=="
},
"System.ClientModel": {
"type": "Transitive",
Expand Down Expand Up @@ -880,7 +880,7 @@
"Serilog.Sinks.Async": "[2.1.0, )",
"Serilog.Sinks.Console": "[6.1.1, )",
"Services": "[1.0.0, )",
"Swashbuckle.AspNetCore.SwaggerUI": "[10.0.1, )"
"Swashbuckle.AspNetCore.SwaggerUI": "[10.1.0, )"
}
},
"common": {
Expand Down
6 changes: 3 additions & 3 deletions tests/IntegrationTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -940,8 +940,8 @@
},
"Swashbuckle.AspNetCore.SwaggerUI": {
"type": "Transitive",
"resolved": "10.0.1",
"contentHash": "a2eLI/fCxJ3WH+H1hr7Q2T82ZBk20FfqYBEZ9hOr3f+426ZUfGU2LxYWzOJrf5/4y6EKShmWpjJG01h3Rc+l6Q=="
"resolved": "10.1.0",
"contentHash": "ilUsTvGA9hO1ulR7ibdWMWSg3438Iu+pDFcEYUorp+/ClHwaHFdpp/ATfBsFXv2sIRVDbQlEwd5BWBOdMdtKCA=="
},
"System.ClientModel": {
"type": "Transitive",
Expand Down Expand Up @@ -1120,7 +1120,7 @@
"Serilog.Sinks.Async": "[2.1.0, )",
"Serilog.Sinks.Console": "[6.1.1, )",
"Services": "[1.0.0, )",
"Swashbuckle.AspNetCore.SwaggerUI": "[10.0.1, )"
"Swashbuckle.AspNetCore.SwaggerUI": "[10.1.0, )"
}
},
"common": {
Expand Down
Loading