Skip to content

Commit

Permalink
update aws cdk to version 2.175.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cwensel committed Jan 14, 2025
1 parent 899e086 commit f420648
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scenario.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/setup-node@v3

- name: Install CDK
run: npm install -g aws-cdk@2.111.0
run: npm install -g aws-cdk@2.175.1

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/setup-node@v3

- name: Install CDK
run: npm install -g aws-cdk@2.111.0
run: npm install -g aws-cdk@2.175.1

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
Expand Down
4 changes: 2 additions & 2 deletions clusterless-substrate-aws-construct-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ dependencies {

// update .github actions when updating this version
// https://mvnrepository.com/artifact/software.amazon.awscdk/aws-cdk-lib
val cdkVersion = "2.111.0"
val cdkVersion = "2.175.1"
api("software.amazon.awscdk:aws-cdk-lib:$cdkVersion")
api("software.amazon.awscdk:glue-alpha:$cdkVersion-alpha.0")
// https://mvnrepository.com/artifact/software.constructs/constructs
val constructsVersion = "10.3.0"
val constructsVersion = "10.4.2"
api("software.constructs:constructs:$constructsVersion")
}

0 comments on commit f420648

Please sign in to comment.