Skip to content

Commit 06b20d8

Browse files
committed
Update the version of Amazon.CDK.Lib to 2.214.0
1 parent 3866964 commit 06b20d8

File tree

14 files changed

+38
-20
lines changed

14 files changed

+38
-20
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"Projects": [
3+
{
4+
"Name": "AWS.Deploy.CLI",
5+
"Type": "Patch",
6+
"ChangelogMessages": [
7+
"Update the version of Amazon.CDK.Lib to 2.214.0"
8+
]
9+
},
10+
{
11+
"Name": "AWS.Deploy.Recipes.CDK.Common",
12+
"Type": "Patch",
13+
"ChangelogMessages": [
14+
"Update the version of Amazon.CDK.Lib to 2.214.0"
15+
]
16+
}
17+
]
18+
}

THIRD_PARTY_LICENSES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
** AWSSDK.ElasticLoadBalancingV2; version 3.7.302.33 -- https://www.nuget.org/packages/AWSSDK.ElasticLoadBalancingV2/
2222
** AWSSDK.Core; version 3.7.303.20 -- https://www.nuget.org/packages/AWSSDK.Core
2323
** AWSSDK.CloudWatchLogs; version 3.7.305.18 -- https://www.nuget.org/packages/AWSSDK.CloudWatchLogs
24-
** Amazon.CDK.Lib; version 2.194.0 -- https://www.nuget.org/packages/Amazon.CDK.Lib/
24+
** Amazon.CDK.Lib; version 2.214.0 -- https://www.nuget.org/packages/Amazon.CDK.Lib/
2525

2626
Apache License
2727
Version 2.0, January 2004

src/AWS.Deploy.Constants/CDK.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public static class CDK
1010
/// <summary>
1111
/// Default version of CDK CLI
1212
/// </summary>
13-
public static readonly Version DefaultCDKVersion = Version.Parse("2.1013.0");
13+
public static readonly Version DefaultCDKVersion = Version.Parse("2.1027.0");
1414

1515
/// <summary>
1616
/// The name of the CDK bootstrap CloudFormation stack

src/AWS.Deploy.Recipes.CDK.Common/AWS.Deploy.Recipes.CDK.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.0" />
20+
<PackageReference Include="Amazon.CDK.Lib" Version="2.214.0" />
2121
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
2222
</ItemGroup>
2323

src/AWS.Deploy.Recipes/CdkTemplates/AspNetAppAppRunner/AspNetAppAppRunner.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<ItemGroup>
2828
<!-- CDK Construct Library dependencies -->
29-
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.0" />
29+
<PackageReference Include="Amazon.CDK.Lib" Version="2.214.0" />
3030
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
3131

3232
<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props

src/AWS.Deploy.Recipes/CdkTemplates/AspNetAppEcsFargate/AspNetAppEcsFargate.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<ItemGroup>
2828
<!-- CDK Construct Library dependencies -->
29-
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.0" />
29+
<PackageReference Include="Amazon.CDK.Lib" Version="2.214.0" />
3030
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
3131

3232
<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props

src/AWS.Deploy.Recipes/CdkTemplates/AspNetAppElasticBeanstalkLinux/AspNetAppElasticBeanstalkLinux.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<ItemGroup>
2828
<!-- CDK Construct Library dependencies -->
29-
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.0" />
29+
<PackageReference Include="Amazon.CDK.Lib" Version="2.214.0" />
3030
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
3131

3232
<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props

src/AWS.Deploy.Recipes/CdkTemplates/AspNetAppElasticBeanstalkWindows/AspNetAppElasticBeanstalkWindows.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -26,7 +26,7 @@
2626

2727
<ItemGroup>
2828
<!-- CDK Construct Library dependencies -->
29-
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.0" />
29+
<PackageReference Include="Amazon.CDK.Lib" Version="2.214.0" />
3030
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
3131

3232
<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props

src/AWS.Deploy.Recipes/CdkTemplates/BlazorWasm/BlazorWasm.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<ItemGroup>
2828
<!-- CDK Construct Library dependencies -->
29-
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.0" />
29+
<PackageReference Include="Amazon.CDK.Lib" Version="2.214.0" />
3030
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
3131

3232
<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props

src/AWS.Deploy.Recipes/CdkTemplates/ConsoleAppECSFargateScheduleTask/ConsoleAppECSFargateScheduleTask.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -26,7 +26,7 @@
2626

2727
<ItemGroup>
2828
<!-- CDK Construct Library dependencies -->
29-
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.0" />
29+
<PackageReference Include="Amazon.CDK.Lib" Version="2.214.0" />
3030
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
3131

3232
<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props

0 commit comments

Comments
 (0)