Skip to content

Commit

Permalink
Merge pull request #15 from aws-samples/dependabot/gradle/awsCdkVersi…
Browse files Browse the repository at this point in the history
…on-1.91.0

Bump awsCdkVersion from 1.90.1 to 1.91.0
  • Loading branch information
timmattison committed Apr 2, 2021
2 parents 98db898 + 700c7ba commit f00dad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tasks.distZip { enabled = true }
tasks.distTar { enabled = true }

// Specify all of our dependency versions
val awsCdkVersion = "1.90.1"
val awsCdkVersion = "1.92.0"
val awsSdkVersion = "2.16.0"
val vavrVersion = "0.10.3"
val commonsLangVersion = "3.11"
Expand Down

0 comments on commit f00dad1

Please sign in to comment.