From ff37c7d997c5f31d9b94f61dc67700e6fa947f97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:37:49 +0000 Subject: [PATCH] Bump com.hashicorp:cdktf from 0.20.7 to 0.21.0-pre.99 in /lib Bumps [com.hashicorp:cdktf](https://github.com/hashicorp/terraform-cdk) from 0.20.7 to 0.21.0-pre.99. - [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.99) --- 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..8f16dee 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.99") api("software.constructs:constructs:10.3.0") }