Skip to content

Commit a06f100

Browse files
committed
Merge pull request #1834 from aws-samples/dependabot/gradle/master-cdk/awsCdkVersion-1.94.1
Bump awsCdkVersion from 1.93.0 to 1.94.1 in /master-cdk
2 parents 275246d + f1e077d commit a06f100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master-cdk/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tasks.distZip { enabled = false }
2727
tasks.distTar { enabled = false }
2828

2929
// Specify all of our dependency versions
30-
val awsCdkVersion = "1.93.0"
30+
val awsCdkVersion = "1.94.1"
3131
val vavrVersion = "0.10.3"
3232
val slf4jVersion = "2.0.0-alpha1"
3333
val jcabiVersion = "0.19.0"

0 commit comments

Comments
 (0)