0
0
mirror of https://github.com/alex289/CleanArchitecture.git synced 2025-06-30 10:33:43 +00:00
Commit Graph

342 Commits

Author SHA1 Message Date
Alex
a337e6eb36
docs: update CHANGELOG.md for v1.2.0 (#57) 2024-04-26 13:37:17 +02:00
alex289
d7da3920d8 docs: update CHANGELOG.md for v1.2.0 2024-04-26 11:35:08 +00:00
alex289
585a976089
feat: Make pull request for updated changelog 2024-04-26 13:34:35 +02:00
alex289
a91cec6a81 docs: update CHANGELOG.md for v1.1.3 [skip ci] 2024-04-26 09:59:32 +00:00
alex289
95e0a0af13
fix: Changelog and remove force push 2024-04-26 11:59:10 +02:00
alex289
2be109b468
fix: Changelog and force push updated changelog 2024-04-26 11:56:58 +02:00
alex289
24ca653024
fix: Changelog and creating release 2024-04-26 11:50:45 +02:00
alex289
de84008845
fix: Set git config to push tag 2024-04-26 11:40:32 +02:00
alex289
8fa1a41c09
feat: Use new action to calculate next version 2024-04-26 11:35:08 +02:00
alex289
93e1e3ba56
chore: Add labels to workflow checkout steps 2024-04-26 11:16:48 +02:00
alex289
22a528187f
feat: Push to github container registry too 2024-04-26 10:54:56 +02:00
alex289
1a80a7a258
feat: Add release workflow and changelog 2024-04-26 10:51:43 +02:00
Alex
6a53c747aa
feat: Use TestContainers for integration tests (#56) 2024-04-25 20:36:36 +02:00
alex289
2d415d3f55
feat: Reset redis keys too 2024-04-25 20:12:46 +02:00
alex289
4a8c102d00
feat: Add rabbit and redis to integration tests 2024-04-25 19:59:53 +02:00
alex289
dca566cbf6
fix: Seeding test data 2024-04-24 22:10:56 +02:00
alex289
2c7748d877
feat: Use TestContainers for integration tests 2024-04-24 21:41:13 +02:00
alex289
35d7482ade
chore: Update dependencies 2024-04-11 21:39:00 +02:00
Alex
ceea5a602d
feat: Add labels to the docker image (#55) 2024-04-11 21:16:48 +02:00
alex289
0e2d60cdca
feat: Add labels to the docker image 2024-04-11 21:13:03 +02:00
alex289
441a6d7822
Merge remote-tracking branch 'origin/main' 2024-04-01 11:00:28 +02:00
alex289
aecefbaa5e
feat: Add docker dependabot updates 2024-04-01 10:59:03 +02:00
Alex
5055ea2b9a
chore: bump the dependencies group with 17 updates (#54) 2024-04-01 09:10:11 +02:00
dependabot[bot]
c9b6c0e003
chore: bump the dependencies group with 17 updates
Bumps the dependencies group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [AspNetCore.HealthChecks.SqlServer](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `8.0.0` | `8.0.1` |
| [Grpc.AspNetCore.Server.Reflection](https://github.com/grpc/grpc-dotnet) | `2.61.0` | `2.62.0` |
| [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `8.0.2` | `8.0.3` |
| [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) | `8.0.2` | `8.0.3` |
| [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) | `8.0.2` | `8.0.3` |
| [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `8.0.2` | `8.0.3` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.2` | `8.0.3` |
| [Microsoft.EntityFrameworkCore.Proxies](https://github.com/dotnet/efcore) | `8.0.2` | `8.0.3` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.2` | `8.0.3` |
| [Microsoft.Extensions.Caching.StackExchangeRedis](https://github.com/dotnet/aspnetcore) | `8.0.2` | `8.0.3` |
| [Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) | `8.0.2` | `8.0.3` |
| [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `8.0.2` | `8.0.3` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.2` | `8.0.3` |
| [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `7.4.0` | `7.5.0` |
| [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `8.0.2` | `8.0.3` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.2` | `8.0.3` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.2` | `8.0.3` |
| [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) | `8.0.2` | `8.0.3` |
| [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore) | `8.0.2` | `8.0.3` |
| [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.1` | `6.0.2` |
| [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) | `8.0.2` | `8.0.3` |
| [Microsoft.Data.Sqlite.Core](https://github.com/dotnet/efcore) | `8.0.2` | `8.0.3` |
| [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) | `8.0.2` | `8.0.3` |


Updates `AspNetCore.HealthChecks.SqlServer` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases)
- [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md)
- [Commits](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/compare/release-ui-8.0.0...release-sqlserver-8.0.1)

Updates `Grpc.AspNetCore.Server.Reflection` from 2.61.0 to 2.62.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.61.0...v2.62.0)

Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.2...v8.0.3)

Updates `Microsoft.AspNetCore.OpenApi` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.2...v8.0.3)

Updates `Microsoft.EntityFrameworkCore.Design` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.2...v8.0.3)

Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.2...v8.0.3)

Updates `Microsoft.EntityFrameworkCore` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.2...v8.0.3)

Updates `Microsoft.EntityFrameworkCore.Proxies` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.2...v8.0.3)

Updates `Microsoft.EntityFrameworkCore` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.2...v8.0.3)

Updates `Microsoft.Extensions.Caching.StackExchangeRedis` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.2...v8.0.3)

Updates `Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.2...v8.0.3)

Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.2...v8.0.3)

Updates `Microsoft.EntityFrameworkCore` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.2...v8.0.3)

Updates `System.IdentityModel.Tokens.Jwt` from 7.4.0 to 7.5.0
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/v7.4.0...7.5.0)

Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.2...v8.0.3)

Updates `Microsoft.EntityFrameworkCore` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.2...v8.0.3)

Updates `Microsoft.EntityFrameworkCore` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.2...v8.0.3)

Updates `Microsoft.EntityFrameworkCore.SqlServer` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.2...v8.0.3)

Updates `Microsoft.EntityFrameworkCore.Tools` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.2...v8.0.3)

Updates `coverlet.collector` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](https://github.com/coverlet-coverage/coverlet/compare/v6.0.1...v6.0.2)

Updates `Microsoft.AspNetCore.Mvc.Testing` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.2...v8.0.3)

Updates `Microsoft.Data.Sqlite.Core` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.2...v8.0.3)

Updates `Microsoft.EntityFrameworkCore.Sqlite` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.2...v8.0.3)

---
updated-dependencies:
- dependency-name: AspNetCore.HealthChecks.SqlServer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Grpc.AspNetCore.Server.Reflection
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Relational
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Proxies
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.Extensions.Caching.StackExchangeRedis
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Relational
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Relational
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore.SqlServer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.Data.Sqlite.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 07:04:27 +00:00
alex289
4f88f00e43
feat: Try out multi stage Dockerfile 2024-03-27 22:31:46 +01:00
alex289
6dc4517ea7
fix: Docker build for arm and amd 2024-03-24 15:42:29 +01:00
alex289
633944e6fb
chore: Update deps 2024-03-07 20:21:32 +01:00
Alexander Konietzko
54468c694e
feat: Add gRPC Reflection in development 2024-02-23 08:09:23 +01:00
Alexander Konietzko
23e790d7e6
feat: Add missing env variables 2024-02-21 10:44:05 +01:00
Alexander Konietzko
f7bf339907
feat: Set default ports back to 80 2024-02-21 09:45:08 +01:00
Alex
d8f0fa6afd
chore: bump the dependencies group with 1 update (#52) 2024-01-30 15:55:32 +01:00
dependabot[bot]
a4a82c5389
chore: bump the dependencies group with 1 update
Bumps the dependencies group with 1 update: [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet).


Updates `System.IdentityModel.Tokens.Jwt` from 7.2.0 to 7.3.0
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/7.2.0...7.3.0)

---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-30 14:53:24 +00:00
alex289
a6dc434419
feat: Set deps update to monthly 2024-01-30 15:50:53 +01:00
Alex
0a0a6d2e87
chore: bump the dependencies group with 1 update (#51) 2024-01-29 08:28:40 +01:00
dependabot[bot]
6aff8496b6
chore: bump the dependencies group with 1 update
Bumps the dependencies group with 1 update: [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description).


Updates `peter-evans/dockerhub-description` from 3 to 4
- [Release notes](https://github.com/peter-evans/dockerhub-description/releases)
- [Commits](https://github.com/peter-evans/dockerhub-description/compare/v3...v4)

---
updated-dependencies:
- dependency-name: peter-evans/dockerhub-description
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 06:39:35 +00:00
alex289
9e1dadc738
revert: Enable docker arm images 2024-01-16 12:39:42 +01:00
alex289
dd821d3e0d
feat: Enable docker arm images 2024-01-16 12:31:54 +01:00
Alex
737b8b9cb4
chore: bump the dependencies group with 17 updates (#50) 2024-01-15 10:06:53 +01:00
alex289
6529c6f67b
feat: Update deps 2024-01-15 09:55:29 +01:00
dependabot[bot]
dbdf23a8d2
chore: bump the dependencies group with 17 updates
Bumps the dependencies group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `8.0.0` | `8.0.1` |
| [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) | `8.0.0` | `8.0.1` |
| [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) | `8.0.0` | `8.0.1` |
| [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `8.0.0` | `8.0.1` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.0` | `8.0.1` |
| [Microsoft.EntityFrameworkCore.Proxies](https://github.com/dotnet/efcore) | `8.0.0` | `8.0.1` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.0` | `8.0.1` |
| [Microsoft.Extensions.Caching.StackExchangeRedis](https://github.com/dotnet/aspnetcore) | `8.0.0` | `8.0.1` |
| [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.1` |
| [Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) | `8.0.0` | `8.0.1` |
| [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.1` |
| [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `8.0.0` | `8.0.1` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.0` | `8.0.1` |
| [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.1` |
| [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `7.1.2` | `7.2.0` |
| [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `8.0.0` | `8.0.1` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.0` | `8.0.1` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.0` | `8.0.1` |
| [Google.Protobuf](https://github.com/protocolbuffers/protobuf) | `3.25.1` | `3.25.2` |
| [Google.Protobuf.Tools](https://github.com/protocolbuffers/protobuf) | `3.25.1` | `3.25.2` |
| [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) | `8.0.0` | `8.0.1` |
| [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `8.0.0` | `8.0.1` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.0` | `8.0.1` |
| [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore) | `8.0.0` | `8.0.1` |
| [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) | `8.0.0` | `8.0.1` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.0` | `8.0.1` |
| [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) | `8.0.0` | `8.0.1` |
| [Microsoft.Data.Sqlite.Core](https://github.com/dotnet/efcore) | `8.0.0` | `8.0.1` |
| [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) | `8.0.0` | `8.0.1` |
| [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `8.0.0` | `8.0.1` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.0` | `8.0.1` |


Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.0...v8.0.1)

Updates `Microsoft.AspNetCore.OpenApi` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.0...v8.0.1)

Updates `Microsoft.EntityFrameworkCore.Design` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.0...v8.0.1)

Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.0...v8.0.1)

Updates `Microsoft.EntityFrameworkCore` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.0...v8.0.1)

Updates `Microsoft.EntityFrameworkCore.Proxies` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.0...v8.0.1)

Updates `Microsoft.EntityFrameworkCore` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.0...v8.0.1)

Updates `Microsoft.Extensions.Caching.StackExchangeRedis` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.0...v8.0.1)

Updates `Microsoft.Extensions.Options` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1)

Updates `Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.0...v8.0.1)

Updates `Microsoft.Extensions.Options` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1)

Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.0...v8.0.1)

Updates `Microsoft.EntityFrameworkCore` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.0...v8.0.1)

Updates `Microsoft.Extensions.Options` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1)

Updates `System.IdentityModel.Tokens.Jwt` from 7.1.2 to 7.2.0
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/7.1.2...7.2.0)

Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.0...v8.0.1)

Updates `Microsoft.EntityFrameworkCore` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.0...v8.0.1)

Updates `Microsoft.EntityFrameworkCore` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.0...v8.0.1)

Updates `Google.Protobuf` from 3.25.1 to 3.25.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.25.1...v3.25.2)

Updates `Google.Protobuf.Tools` from 3.25.1 to 3.25.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.25.1...v3.25.2)

Updates `Microsoft.EntityFrameworkCore.SqlServer` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.0...v8.0.1)

Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.0...v8.0.1)

Updates `Microsoft.EntityFrameworkCore` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.0...v8.0.1)

Updates `Microsoft.EntityFrameworkCore.Tools` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.0...v8.0.1)

Updates `Microsoft.EntityFrameworkCore.Design` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.0...v8.0.1)

Updates `Microsoft.EntityFrameworkCore` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.0...v8.0.1)

Updates `Microsoft.AspNetCore.Mvc.Testing` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.0...v8.0.1)

Updates `Microsoft.Data.Sqlite.Core` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.0...v8.0.1)

Updates `Microsoft.EntityFrameworkCore.Sqlite` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.0...v8.0.1)

Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.0...v8.0.1)

Updates `Microsoft.EntityFrameworkCore` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.0...v8.0.1)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Relational
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Proxies
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.Extensions.Caching.StackExchangeRedis
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.Extensions.Options
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.Extensions.Options
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Relational
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.Extensions.Options
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Relational
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Google.Protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Google.Protobuf.Tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore.SqlServer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Relational
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.Data.Sqlite.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Relational
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 06:56:02 +00:00
Alex
1568e9e1dd
chore: bump System.IdentityModel.Tokens.Jwt from 7.0.3 to 7.1.2 in /CleanArchitecture.Domain (#49) 2024-01-09 21:17:22 +01:00
dependabot[bot]
29cf28a9d5
chore: bump System.IdentityModel.Tokens.Jwt in /CleanArchitecture.Domain
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 7.0.3 to 7.1.2.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/7.0.3...7.1.2)

---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-09 18:41:46 +00:00
Alex
dd2d562be0
chore: bump the dependencies group with 6 updates (#48) 2024-01-08 09:58:46 +01:00
alex289
5f04ee7774
chore: Update deps 2024-01-08 09:51:14 +01:00
dependabot[bot]
73333ac929
chore: bump the dependencies group with 6 updates
Bumps the dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [AspNetCore.HealthChecks.ApplicationStatus](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `7.0.0` | `8.0.0` |
| [AspNetCore.HealthChecks.Rabbitmq](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `7.0.0` | `8.0.0` |
| [AspNetCore.HealthChecks.Redis](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `7.0.1` | `8.0.0` |
| [AspNetCore.HealthChecks.SqlServer](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `7.0.0` | `8.0.0` |
| [Grpc.AspNetCore](https://github.com/grpc/grpc-dotnet) | `2.59.0` | `2.60.0` |
| [xunit](https://github.com/xunit/xunit) | `2.6.4` | `2.6.5` |


Updates `AspNetCore.HealthChecks.ApplicationStatus` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases)
- [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md)
- [Commits](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/compare/preview-all-7.0.0...release-ui-8.0.0)

Updates `AspNetCore.HealthChecks.Rabbitmq` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases)
- [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md)
- [Commits](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/compare/preview-all-7.0.0...release-ui-8.0.0)

Updates `AspNetCore.HealthChecks.Redis` from 7.0.1 to 8.0.0
- [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases)
- [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md)
- [Commits](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/compare/release-ui-7.0.1...release-ui-8.0.0)

Updates `AspNetCore.HealthChecks.SqlServer` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases)
- [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md)
- [Commits](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/compare/preview-all-7.0.0...release-ui-8.0.0)

Updates `Grpc.AspNetCore` from 2.59.0 to 2.60.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.59.0...v2.60.0)

Updates `xunit` from 2.6.4 to 2.6.5
- [Commits](https://github.com/xunit/xunit/compare/2.6.4...2.6.5)

---
updated-dependencies:
- dependency-name: AspNetCore.HealthChecks.ApplicationStatus
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: AspNetCore.HealthChecks.Rabbitmq
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: AspNetCore.HealthChecks.Redis
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: AspNetCore.HealthChecks.SqlServer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: Grpc.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 06:42:15 +00:00
alex289
72f5e83a9d
feat: Update license year 2024-01-06 19:41:50 +01:00
Alex
835c22e746
chore: bump the dependencies group with 5 updates (#46) 2024-01-01 15:21:19 +01:00
dependabot[bot]
222d6a35c5
chore: bump the dependencies group with 5 updates
Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [AspNetCore.HealthChecks.ApplicationStatus](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `7.0.0` | `8.0.0` |
| [AspNetCore.HealthChecks.Rabbitmq](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `7.0.0` | `8.0.0` |
| [AspNetCore.HealthChecks.Redis](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `7.0.1` | `8.0.0` |
| [AspNetCore.HealthChecks.SqlServer](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `7.0.0` | `8.0.0` |
| [AspNetCore.HealthChecks.UI.Client](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `7.1.0` | `8.0.0` |


Updates `AspNetCore.HealthChecks.ApplicationStatus` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases)
- [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md)
- [Commits](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/compare/preview-all-7.0.0...release-ui-8.0.0)

Updates `AspNetCore.HealthChecks.Rabbitmq` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases)
- [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md)
- [Commits](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/compare/preview-all-7.0.0...release-ui-8.0.0)

Updates `AspNetCore.HealthChecks.Redis` from 7.0.1 to 8.0.0
- [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases)
- [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md)
- [Commits](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/compare/release-ui-7.0.1...release-ui-8.0.0)

Updates `AspNetCore.HealthChecks.SqlServer` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases)
- [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md)
- [Commits](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/compare/preview-all-7.0.0...release-ui-8.0.0)

Updates `AspNetCore.HealthChecks.UI.Client` from 7.1.0 to 8.0.0
- [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases)
- [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md)
- [Commits](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/compare/release-npgsql-7.1.0...release-ui-8.0.0)

---
updated-dependencies:
- dependency-name: AspNetCore.HealthChecks.ApplicationStatus
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: AspNetCore.HealthChecks.Rabbitmq
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: AspNetCore.HealthChecks.Redis
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: AspNetCore.HealthChecks.SqlServer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: AspNetCore.HealthChecks.UI.Client
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 14:20:03 +00:00
Alex
63e4989bb6
chore: bump the dependencies group with 6 updates (#45) 2023-12-25 14:29:42 +01:00
dependabot[bot]
c204bae583
chore: bump the dependencies group with 6 updates
Bumps the dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [AspNetCore.HealthChecks.ApplicationStatus](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `7.0.0` | `8.0.0` |
| [AspNetCore.HealthChecks.Rabbitmq](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `7.0.0` | `8.0.0` |
| [AspNetCore.HealthChecks.Redis](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `7.0.1` | `8.0.0` |
| [AspNetCore.HealthChecks.SqlServer](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `7.0.0` | `8.0.0` |
| [AspNetCore.HealthChecks.UI.Client](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `7.1.0` | `8.0.0` |
| [xunit](https://github.com/xunit/xunit) | `2.6.3` | `2.6.4` |


Updates `AspNetCore.HealthChecks.ApplicationStatus` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases)
- [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md)
- [Commits](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/compare/preview-all-7.0.0...release-ui-8.0.0)

Updates `AspNetCore.HealthChecks.Rabbitmq` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases)
- [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md)
- [Commits](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/compare/preview-all-7.0.0...release-ui-8.0.0)

Updates `AspNetCore.HealthChecks.Redis` from 7.0.1 to 8.0.0
- [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases)
- [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md)
- [Commits](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/compare/release-ui-7.0.1...release-ui-8.0.0)

Updates `AspNetCore.HealthChecks.SqlServer` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases)
- [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md)
- [Commits](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/compare/preview-all-7.0.0...release-ui-8.0.0)

Updates `AspNetCore.HealthChecks.UI.Client` from 7.1.0 to 8.0.0
- [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases)
- [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md)
- [Commits](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/compare/release-npgsql-7.1.0...release-ui-8.0.0)

Updates `xunit` from 2.6.3 to 2.6.4
- [Commits](https://github.com/xunit/xunit/compare/2.6.3...2.6.4)

---
updated-dependencies:
- dependency-name: AspNetCore.HealthChecks.ApplicationStatus
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: AspNetCore.HealthChecks.Rabbitmq
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: AspNetCore.HealthChecks.Redis
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: AspNetCore.HealthChecks.SqlServer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: AspNetCore.HealthChecks.UI.Client
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-25 13:26:33 +00:00