From 868630f20369f132f95ceeeca67539c312ca2146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 05:28:34 +0000 Subject: [PATCH] Update dependencies (#353) * Build(deps): bump the update-nuget-dependencies group with 3 updates Bumps the update-nuget-dependencies group with 3 updates: [FluentValidation](https://github.com/JeremySkinner/fluentvalidation), [FluentValidation.DependencyInjectionExtensions](https://github.com/JeremySkinner/fluentvalidation) and [Dapper](https://github.com/DapperLib/Dapper). Updates `FluentValidation` from 11.7.1 to 11.8.0 - [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases) - [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt) - [Commits](https://github.com/JeremySkinner/fluentvalidation/compare/11.7.1...11.8.0) Updates `FluentValidation.DependencyInjectionExtensions` from 11.7.1 to 11.8.0 - [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases) - [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt) - [Commits](https://github.com/JeremySkinner/fluentvalidation/compare/11.7.1...11.8.0) Updates `Dapper` from 2.1.11 to 2.1.15 - [Release notes](https://github.com/DapperLib/Dapper/releases) - [Commits](https://github.com/DapperLib/Dapper/compare/2.1.11...2.1.15) --- updated-dependencies: - dependency-name: FluentValidation dependency-type: direct:production update-type: version-update:semver-minor dependency-group: update-nuget-dependencies - dependency-name: FluentValidation.DependencyInjectionExtensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: update-nuget-dependencies - dependency-name: Dapper dependency-type: direct:production update-type: version-update:semver-patch dependency-group: update-nuget-dependencies ... Signed-off-by: dependabot[bot] * ci: trigger pipelines --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Timo Notheisen --- .../src/BuildingBlocks.API/BuildingBlocks.API.csproj | 2 +- .../BuildingBlocks.Application.csproj | 2 +- BuildingBlocks/src/UnitTestTools/UnitTestTools.csproj | 2 +- .../src/Common.Infrastructure/Common.Infrastructure.csproj | 2 +- .../Challenges.Application/Challenges.Application.csproj | 4 ++-- .../src/Devices.Application/Devices.Application.csproj | 6 +++--- .../Files/src/Files.Application/Files.Application.csproj | 2 +- .../src/Messages.Application/Messages.Application.csproj | 2 +- Modules/Messages/src/Messages.Common/Messages.Common.csproj | 2 +- .../Relationships.Application.csproj | 2 +- .../src/Relationships.Common/Relationships.Common.csproj | 2 +- .../Synchronization.Application.csproj | 4 ++-- .../Tokens/src/Tokens.Application/Tokens.Application.csproj | 2 +- 13 files changed, 17 insertions(+), 17 deletions(-) diff --git a/BuildingBlocks/src/BuildingBlocks.API/BuildingBlocks.API.csproj b/BuildingBlocks/src/BuildingBlocks.API/BuildingBlocks.API.csproj index 163064da98..aac60c0a5a 100644 --- a/BuildingBlocks/src/BuildingBlocks.API/BuildingBlocks.API.csproj +++ b/BuildingBlocks/src/BuildingBlocks.API/BuildingBlocks.API.csproj @@ -12,7 +12,7 @@ - + diff --git a/BuildingBlocks/src/BuildingBlocks.Application/BuildingBlocks.Application.csproj b/BuildingBlocks/src/BuildingBlocks.Application/BuildingBlocks.Application.csproj index e240e82f20..d5420d4cdd 100644 --- a/BuildingBlocks/src/BuildingBlocks.Application/BuildingBlocks.Application.csproj +++ b/BuildingBlocks/src/BuildingBlocks.Application/BuildingBlocks.Application.csproj @@ -9,7 +9,7 @@ - + diff --git a/BuildingBlocks/src/UnitTestTools/UnitTestTools.csproj b/BuildingBlocks/src/UnitTestTools/UnitTestTools.csproj index c310f7911a..d65e31899d 100644 --- a/BuildingBlocks/src/UnitTestTools/UnitTestTools.csproj +++ b/BuildingBlocks/src/UnitTestTools/UnitTestTools.csproj @@ -9,7 +9,7 @@ - + diff --git a/Common/src/Common.Infrastructure/Common.Infrastructure.csproj b/Common/src/Common.Infrastructure/Common.Infrastructure.csproj index 90e8cf715b..b713c36d72 100644 --- a/Common/src/Common.Infrastructure/Common.Infrastructure.csproj +++ b/Common/src/Common.Infrastructure/Common.Infrastructure.csproj @@ -8,7 +8,7 @@ - + diff --git a/Modules/Challenges/src/Challenges.Application/Challenges.Application.csproj b/Modules/Challenges/src/Challenges.Application/Challenges.Application.csproj index 643207fbf1..3df206ca34 100644 --- a/Modules/Challenges/src/Challenges.Application/Challenges.Application.csproj +++ b/Modules/Challenges/src/Challenges.Application/Challenges.Application.csproj @@ -13,8 +13,8 @@ - - + + diff --git a/Modules/Devices/src/Devices.Application/Devices.Application.csproj b/Modules/Devices/src/Devices.Application/Devices.Application.csproj index 0207baf8d2..750942865b 100644 --- a/Modules/Devices/src/Devices.Application/Devices.Application.csproj +++ b/Modules/Devices/src/Devices.Application/Devices.Application.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -10,8 +10,8 @@ - - + + diff --git a/Modules/Files/src/Files.Application/Files.Application.csproj b/Modules/Files/src/Files.Application/Files.Application.csproj index 80aa81cd16..8bf1748d42 100644 --- a/Modules/Files/src/Files.Application/Files.Application.csproj +++ b/Modules/Files/src/Files.Application/Files.Application.csproj @@ -9,7 +9,7 @@ - + diff --git a/Modules/Messages/src/Messages.Application/Messages.Application.csproj b/Modules/Messages/src/Messages.Application/Messages.Application.csproj index 8eb7a553fd..c6d0613214 100644 --- a/Modules/Messages/src/Messages.Application/Messages.Application.csproj +++ b/Modules/Messages/src/Messages.Application/Messages.Application.csproj @@ -9,7 +9,7 @@ - + diff --git a/Modules/Messages/src/Messages.Common/Messages.Common.csproj b/Modules/Messages/src/Messages.Common/Messages.Common.csproj index f6b6dd7d29..0819190f5b 100644 --- a/Modules/Messages/src/Messages.Common/Messages.Common.csproj +++ b/Modules/Messages/src/Messages.Common/Messages.Common.csproj @@ -8,7 +8,7 @@ - + diff --git a/Modules/Relationships/src/Relationships.Application/Relationships.Application.csproj b/Modules/Relationships/src/Relationships.Application/Relationships.Application.csproj index 91c1cfff53..2d0b810618 100644 --- a/Modules/Relationships/src/Relationships.Application/Relationships.Application.csproj +++ b/Modules/Relationships/src/Relationships.Application/Relationships.Application.csproj @@ -9,7 +9,7 @@ - + diff --git a/Modules/Relationships/src/Relationships.Common/Relationships.Common.csproj b/Modules/Relationships/src/Relationships.Common/Relationships.Common.csproj index f6b6dd7d29..0819190f5b 100644 --- a/Modules/Relationships/src/Relationships.Common/Relationships.Common.csproj +++ b/Modules/Relationships/src/Relationships.Common/Relationships.Common.csproj @@ -8,7 +8,7 @@ - + diff --git a/Modules/Synchronization/src/Synchronization.Application/Synchronization.Application.csproj b/Modules/Synchronization/src/Synchronization.Application/Synchronization.Application.csproj index a5a6516061..24d1bba44a 100644 --- a/Modules/Synchronization/src/Synchronization.Application/Synchronization.Application.csproj +++ b/Modules/Synchronization/src/Synchronization.Application/Synchronization.Application.csproj @@ -14,8 +14,8 @@ - - + + diff --git a/Modules/Tokens/src/Tokens.Application/Tokens.Application.csproj b/Modules/Tokens/src/Tokens.Application/Tokens.Application.csproj index 1791b20425..a6d861d096 100644 --- a/Modules/Tokens/src/Tokens.Application/Tokens.Application.csproj +++ b/Modules/Tokens/src/Tokens.Application/Tokens.Application.csproj @@ -9,7 +9,7 @@ - +