From 16e295879cb0e4d42b5e15a99ce331b15c14cc36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:40:02 +0000 Subject: [PATCH] Bump the minor-and-patch group across 1 directory with 9 updates Bumps the minor-and-patch group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) | `3.7.404.5` | `3.7.405.3` | | [AWSSDK.S3](https://github.com/aws/aws-sdk-net) | `3.7.410.6` | `3.7.411.5` | | [Amazon.CDK.Lib](https://github.com/aws/aws-cdk) | `2.173.4` | `2.175.1` | | [Constructs](https://github.com/aws/constructs) | `10.4.2` | `10.0.0` | | [Microsoft.Extensions.Configuration.Binder](https://github.com/dotnet/runtime) | `8.0.2` | `8.0.0` | | [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) | `8.0.2` | `8.0.0` | | [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.2` | `6.0.3` | | [xunit](https://github.com/xunit/xunit) | `2.9.2` | `2.9.3` | | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `3.0.0` | `3.0.1` | Updates `AWSSDK.DynamoDBv2` from 3.7.404.5 to 3.7.405.3 - [Release notes](https://github.com/aws/aws-sdk-net/releases) - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) Updates `AWSSDK.S3` from 3.7.410.6 to 3.7.411.5 - [Release notes](https://github.com/aws/aws-sdk-net/releases) - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) Updates `Amazon.CDK.Lib` from 2.173.4 to 2.175.1 - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md) - [Commits](https://github.com/aws/aws-cdk/compare/v2.173.4...v2.175.1) Updates `Constructs` from 10.4.2 to 10.0.0 - [Release notes](https://github.com/aws/constructs/releases) - [Changelog](https://github.com/aws/constructs/blob/v10.0.0/CHANGELOG.md) - [Commits](https://github.com/aws/constructs/compare/v10.4.2...v10.0.0) Updates `Microsoft.Extensions.Configuration.Binder` from 8.0.2 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.2...v8.0.0) Updates `Microsoft.Extensions.Options` from 8.0.2 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.2...v8.0.0) Updates `coverlet.collector` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/compare/v6.0.2...v6.0.3) Updates `xunit` from 2.9.2 to 2.9.3 - [Commits](https://github.com/xunit/xunit/compare/v2-2.9.2...v2-2.9.3) Updates `xunit.runner.visualstudio` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/3.0.0...3.0.1) --- updated-dependencies: - dependency-name: AWSSDK.DynamoDBv2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: AWSSDK.S3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: Amazon.CDK.Lib dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: Constructs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: Microsoft.Extensions.Configuration.Binder dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: Microsoft.Extensions.Options dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- .../JPMC.OrderManagement.API.csproj | 4 ++-- .../JPMC.OrderManagement.Common.csproj | 2 +- .../JPMC.OrderManagement.DataLoader.Service.csproj | 4 ++-- .../JPMC.OrderManagement.Stack.csproj | 2 +- .../JPMC.OrderManagement.API.Tests.csproj | 6 +++--- .../JPMC.OrderManagement.Common.Tests.csproj | 6 +++--- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/JPMC.OrderManagement.API/JPMC.OrderManagement.API.csproj b/src/JPMC.OrderManagement.API/JPMC.OrderManagement.API.csproj index 6becbbd..eec56bb 100644 --- a/src/JPMC.OrderManagement.API/JPMC.OrderManagement.API.csproj +++ b/src/JPMC.OrderManagement.API/JPMC.OrderManagement.API.csproj @@ -25,7 +25,7 @@ - + @@ -35,7 +35,7 @@ - + diff --git a/src/JPMC.OrderManagement.Common/JPMC.OrderManagement.Common.csproj b/src/JPMC.OrderManagement.Common/JPMC.OrderManagement.Common.csproj index 63fe84f..e4f9cb7 100644 --- a/src/JPMC.OrderManagement.Common/JPMC.OrderManagement.Common.csproj +++ b/src/JPMC.OrderManagement.Common/JPMC.OrderManagement.Common.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/JPMC.OrderManagement.DataLoader.Service/JPMC.OrderManagement.DataLoader.Service.csproj b/src/JPMC.OrderManagement.DataLoader.Service/JPMC.OrderManagement.DataLoader.Service.csproj index c309339..6bd38eb 100644 --- a/src/JPMC.OrderManagement.DataLoader.Service/JPMC.OrderManagement.DataLoader.Service.csproj +++ b/src/JPMC.OrderManagement.DataLoader.Service/JPMC.OrderManagement.DataLoader.Service.csproj @@ -20,8 +20,8 @@ - - + + diff --git a/src/JPMC.OrderManagement.Stack/JPMC.OrderManagement.Stack.csproj b/src/JPMC.OrderManagement.Stack/JPMC.OrderManagement.Stack.csproj index 6a38b17..b1871fd 100644 --- a/src/JPMC.OrderManagement.Stack/JPMC.OrderManagement.Stack.csproj +++ b/src/JPMC.OrderManagement.Stack/JPMC.OrderManagement.Stack.csproj @@ -8,7 +8,7 @@ - + diff --git a/tests/JPMC.OrderManagement.API.Tests/JPMC.OrderManagement.API.Tests.csproj b/tests/JPMC.OrderManagement.API.Tests/JPMC.OrderManagement.API.Tests.csproj index f536367..194e215 100644 --- a/tests/JPMC.OrderManagement.API.Tests/JPMC.OrderManagement.API.Tests.csproj +++ b/tests/JPMC.OrderManagement.API.Tests/JPMC.OrderManagement.API.Tests.csproj @@ -10,14 +10,14 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/JPMC.OrderManagement.Common.Tests/JPMC.OrderManagement.Common.Tests.csproj b/tests/JPMC.OrderManagement.Common.Tests/JPMC.OrderManagement.Common.Tests.csproj index 30c6c88..e0e05c1 100644 --- a/tests/JPMC.OrderManagement.Common.Tests/JPMC.OrderManagement.Common.Tests.csproj +++ b/tests/JPMC.OrderManagement.Common.Tests/JPMC.OrderManagement.Common.Tests.csproj @@ -10,14 +10,14 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive