Skip to content

Commit 5e814f5

Browse files
committed
chore: update CDK version
1 parent ed5f931 commit 5e814f5

File tree

15 files changed

+23
-25
lines changed

15 files changed

+23
-25
lines changed

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.171.1 -- https://www.nuget.org/packages/Amazon.CDK.Lib/
24+
** Amazon.CDK.Lib; version 2.194.0 -- https://www.nuget.org/packages/Amazon.CDK.Lib/
2525

2626
Apache License
2727
Version 2.0, January 2004

src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
<PackageReference Include="AWSSDK.SSOOIDC" Version="3.7.301.72" />
3434
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.5.0" />
3535
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="6.5.0" />
36-
<PackageReference Include="System.Text.Json" Version="8.0.5" />
3736
<PackageReference Include="Spectre.Console" Version="0.50.0" />
3837
<PackageReference Include="Spectre.Console.Cli" Version="0.50.0" />
3938
</ItemGroup>

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.13.0");
13+
public static readonly Version DefaultCDKVersion = Version.Parse("2.1013.0");
1414

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

src/AWS.Deploy.Orchestration/AWS.Deploy.Orchestration.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
3333
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
3434
<PackageReference Include="YamlDotNet" Version="13.4.0" />
35-
<PackageReference Include="System.Text.Json" Version="8.0.5" />
3635
</ItemGroup>
3736

3837
<ItemGroup>

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.171.1" />
20+
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.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.171.1" />
29+
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.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.171.1" />
29+
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.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.171.1" />
29+
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.0" />
3030

3131
<PackageReference Include="AWSSDK.ElasticBeanstalk" Version="3.7.200.42" />
3232
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />

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.171.1" />
29+
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.0" />
3030

3131
<PackageReference Include="AWSSDK.ElasticBeanstalk" Version="3.7.200.42" />
3232
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />

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.171.1" />
29+
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.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)