Skip to content

Commit b9012ea

Browse files
build(deps): bump Amazon.CDK.Lib, Constructs and Microsoft.Extensions.Options (#1454)
Bumps [Amazon.CDK.Lib](https://github.com/aws/aws-cdk), [Constructs](https://github.com/aws/constructs) and [Microsoft.Extensions.Options](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Amazon.CDK.Lib` from 2.175.1 to 2.185.0 - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md) - [Commits](aws/aws-cdk@v2.175.1...v2.185.0) 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](aws/constructs@v10.4.2...v10.0.0) Updates `Microsoft.Extensions.Options` from 9.0.2 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.1) --- updated-dependencies: - dependency-name: Amazon.CDK.Lib dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Constructs dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Extensions.Options dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6847eb7 commit b9012ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimplePasswordManagerService.Infra/src/SimplePasswordManagerServiceInfra/SimplePasswordManagerService.Infra.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<!-- CDK Construct Library dependencies -->
1212
<PackageReference Include="Amazon.CDK.AWS.AppRunner.Alpha" Version="2.175.1-alpha.0" />
13-
<PackageReference Include="Amazon.CDK.Lib" Version="2.175.1" />
13+
<PackageReference Include="Amazon.CDK.Lib" Version="2.185.0" />
1414
<PackageReference Include="Constructs" Version="10.4.2" />
1515
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.2" />
1616

0 commit comments

Comments
 (0)