File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
clusterless-substrate-aws-construct-common Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636 uses : actions/setup-node@v3
3737
3838 - name : Install CDK
39- run : npm install -g aws-cdk@2.111.0
39+ run : npm install -g aws-cdk@2.175.1
4040
4141 - name : Setup Gradle
4242 uses : gradle/gradle-build-action@v2
Original file line number Diff line number Diff line change 2929 uses : actions/setup-node@v3
3030
3131 - name : Install CDK
32- run : npm install -g aws-cdk@2.111.0
32+ run : npm install -g aws-cdk@2.175.1
3333
3434 - name : Setup Gradle
3535 uses : gradle/gradle-build-action@v2
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ dependencies {
2020
2121 // update .github actions when updating this version
2222 // https://mvnrepository.com/artifact/software.amazon.awscdk/aws-cdk-lib
23- val cdkVersion = " 2.111.0 "
23+ val cdkVersion = " 2.175.1 "
2424 api(" software.amazon.awscdk:aws-cdk-lib:$cdkVersion " )
2525 api(" software.amazon.awscdk:glue-alpha:$cdkVersion -alpha.0" )
2626 // https://mvnrepository.com/artifact/software.constructs/constructs
27- val constructsVersion = " 10.3.0 "
27+ val constructsVersion = " 10.4.2 "
2828 api(" software.constructs:constructs:$constructsVersion " )
2929}
You can’t perform that action at this time.
0 commit comments