From 93b49dcbf67e20ceff5fb6b8860bfe2d0213f185 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 11:10:35 +0000 Subject: [PATCH] Bump com.hashicorp:cdktf from 0.20.7 to 0.21.0-pre.97 in /lib Bumps [com.hashicorp:cdktf](https://github.com/hashicorp/terraform-cdk) from 0.20.7 to 0.21.0-pre.97. - [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.97) --- 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..c1c8c15 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.97") api("software.constructs:constructs:10.3.0") }