From 27c2182e54ae3c72cdc07e1e77753afa05b54c98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 11:21:18 +0000 Subject: [PATCH] Bump com.hashicorp:cdktf from 0.20.7 to 0.21.0-pre.96 in /lib Bumps [com.hashicorp:cdktf](https://github.com/hashicorp/terraform-cdk) from 0.20.7 to 0.21.0-pre.96. - [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.96) --- 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..839a51a 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.96") api("software.constructs:constructs:10.3.0") }