From 3ee1bd1b6992a92918c5818112e5488a1771417e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 12:07:18 +0000 Subject: [PATCH] Bump com.hashicorp:cdktf from 0.20.7 to 0.21.0-pre.92 in /lib Bumps [com.hashicorp:cdktf](https://github.com/hashicorp/terraform-cdk) from 0.20.7 to 0.21.0-pre.92. - [Release notes](https://github.com/hashicorp/terraform-cdk/releases) - [Changelog](https://github.com/hashicorp/terraform-cdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-cdk/compare/v0.20.7...v0.21.0-pre.92) --- updated-dependencies: - dependency-name: com.hashicorp:cdktf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index b9cc4df..a9e4420 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -11,7 +11,7 @@ description = "CDKTF bindings for Sumo Logic Terraform provider" version = "3.0.2.29.0" dependencies { - api("com.hashicorp:cdktf:0.20.7") + api("com.hashicorp:cdktf:0.21.0-pre.92") api("software.constructs:constructs:10.3.0") }